Color spaces of #d7bdcc
RGB | 215 | 189 | 204 |
---|---|---|---|
HSL | 0.90 | 0.25 | 0.79 |
HSV | 325° | 12° | 84° |
CMYK | 0.00 | 0.12 | 0.05 0.16 |
XYZ | 57.1210 | 55.2019 | 64.7712 |
Yxy | 55.2019 | 0.3225 | 0.3117 |
Hunter Lab | 74.2980 | 7.2110 | 0.3210 |
CIE-Lab | 79.1574 | 11.7837 | -4.1399 |
#d7bdcc color RGB value is (215,189,204).
#d7bdcc hex color red value is 215, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d7bdcc hue: 0.90 , saturation: 0.25 and the lightness value of d7bdcc is 0.79.
The process color (four color CMYK) of #d7bdcc color hex is 0.00, 0.12, 0.05, 0.16. Web safe color of #d7bdcc is #cccccc. Color #d7bdcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 10111101 | 11001100 |
Octal | 327 | 275 | 314 |
Decimal | 215 | 189 | 204 |
Hex | D7 | BD | CC |
Shades of #d7bdcc
Tints of #d7bdcc
RGB Percentages of Color #d7bdcc
CMYK Percentages of Color #d7bdcc
Complementary Color
#d7bdcc | #bdd7c8 |
#d7bdcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7bdcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7bdcc Color CSS Codes
.mybgcolor {background-color:#d7bdcc; } .myforecolor {color:#d7bdcc; } .mybordercolor {border:3px solid #d7bdcc; }
#d7bdcc Text Font Color
<p style="color:#d7bdcc">Text here</p>
This sample text font color is #d7bdcc
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.
#d7bdcc Background Color
<div style="background-color:#d7bdcc">
Div content here</div>
This div background color is #d7bdcc
#d7bdcc Border Color
<div style="border:3px solid #d7bdcc">
Div here</div>
This div border color is #d7bdcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,189,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7bdcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7bdcc; -webkit-box-shadow: 1px 1px 3px 2px #d7bdcc; box-shadow: 1px 1px 3px 2px #d7bdcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,189,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d7bdcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7bdcc; -webkit-box-shadow: 1px 1px 3px 2px #d7bdcc; box-shadow: 1px 1px 3px 2px #d7bdcc;">
Div content here</div>
This div box has shadow with color #d7bdcc
Comments
No comments written yet.
Please login to write comment.