Color spaces of #d5bfdc
RGB | 213 | 191 | 220 |
---|---|---|---|
HSL | 0.79 | 0.29 | 0.81 |
HSV | 286° | 13° | 86° |
CMYK | 0.03 | 0.13 | 0.00 0.14 |
XYZ | 58.9896 | 56.5750 | 75.5211 |
Yxy | 56.5750 | 0.3087 | 0.2961 |
Hunter Lab | 75.2164 | 8.3628 | -6.8788 |
CIE-Lab | 79.9400 | 12.9624 | -11.6241 |
#d5bfdc color RGB value is (213,191,220).
#d5bfdc hex color red value is 213, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d5bfdc hue: 0.79 , saturation: 0.29 and the lightness value of d5bfdc is 0.81.
The process color (four color CMYK) of #d5bfdc color hex is 0.03, 0.13, 0.00, 0.14. Web safe color of #d5bfdc is #cccccc. Color #d5bfdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10111111 | 11011100 |
Octal | 325 | 277 | 334 |
Decimal | 213 | 191 | 220 |
Hex | D5 | BF | DC |
Shades of #d5bfdc
Tints of #d5bfdc
RGB Percentages of Color #d5bfdc
CMYK Percentages of Color #d5bfdc
Complementary Color
#d5bfdc | #c6dcbf |
#d5bfdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5bfdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5bfdc Color CSS Codes
.mybgcolor {background-color:#d5bfdc; } .myforecolor {color:#d5bfdc; } .mybordercolor {border:3px solid #d5bfdc; }
#d5bfdc Text Font Color
<p style="color:#d5bfdc">Text here</p>
This sample text font color is #d5bfdc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#d5bfdc Background Color
<div style="background-color:#d5bfdc">
Div content here</div>
This div background color is #d5bfdc
#d5bfdc Border Color
<div style="border:3px solid #d5bfdc">
Div here</div>
This div border color is #d5bfdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,191,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5bfdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5bfdc; -webkit-box-shadow: 1px 1px 3px 2px #d5bfdc; box-shadow: 1px 1px 3px 2px #d5bfdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,191,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5bfdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5bfdc; -webkit-box-shadow: 1px 1px 3px 2px #d5bfdc; box-shadow: 1px 1px 3px 2px #d5bfdc;">
Div content here</div>
This div box has shadow with color #d5bfdc
Comments
No comments written yet.
Please login to write comment.