Color spaces of #d9bedb
RGB | 217 | 190 | 219 |
---|---|---|---|
HSL | 0.82 | 0.29 | 0.80 |
HSV | 296° | 13° | 86° |
CMYK | 0.01 | 0.13 | 0.00 0.14 |
XYZ | 59.8149 | 56.6931 | 74.8081 |
Yxy | 56.6931 | 0.3126 | 0.2963 |
Hunter Lab | 75.2948 | 10.0361 | -6.2004 |
CIE-Lab | 80.0067 | 14.6546 | -10.9502 |
#d9bedb color RGB value is (217,190,219).
#d9bedb hex color red value is 217, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d9bedb hue: 0.82 , saturation: 0.29 and the lightness value of d9bedb is 0.80.
The process color (four color CMYK) of #d9bedb color hex is 0.01, 0.13, 0.00, 0.14. Web safe color of #d9bedb is #cccccc. Color #d9bedb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10111110 | 11011011 |
Octal | 331 | 276 | 333 |
Decimal | 217 | 190 | 219 |
Hex | D9 | BE | DB |
Shades of #d9bedb
Tints of #d9bedb
RGB Percentages of Color #d9bedb
CMYK Percentages of Color #d9bedb
Complementary Color
#d9bedb | #c0dbbe |
#d9bedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9bedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9bedb Color CSS Codes
.mybgcolor {background-color:#d9bedb; } .myforecolor {color:#d9bedb; } .mybordercolor {border:3px solid #d9bedb; }
#d9bedb Text Font Color
<p style="color:#d9bedb">Text here</p>
This sample text font color is #d9bedb
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.
#d9bedb Background Color
<div style="background-color:#d9bedb">
Div content here</div>
This div background color is #d9bedb
#d9bedb Border Color
<div style="border:3px solid #d9bedb">
Div here</div>
This div border color is #d9bedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,190,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9bedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9bedb; -webkit-box-shadow: 1px 1px 3px 2px #d9bedb; box-shadow: 1px 1px 3px 2px #d9bedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,190,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d9bedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9bedb; -webkit-box-shadow: 1px 1px 3px 2px #d9bedb; box-shadow: 1px 1px 3px 2px #d9bedb;">
Div content here</div>
This div box has shadow with color #d9bedb
Comments
No comments written yet.
Please login to write comment.