Color spaces of #d5bcde
RGB | 213 | 188 | 222 |
---|---|---|---|
HSL | 0.79 | 0.34 | 0.80 |
HSV | 284° | 15° | 87° |
CMYK | 0.04 | 0.15 | 0.00 0.13 |
XYZ | 58.6086 | 55.3865 | 76.7089 |
Yxy | 55.3865 | 0.3073 | 0.2904 |
Hunter Lab | 74.4221 | 10.3329 | -9.0163 |
CIE-Lab | 79.2634 | 14.9585 | -13.7140 |
#d5bcde color RGB value is (213,188,222).
#d5bcde hex color red value is 213, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d5bcde hue: 0.79 , saturation: 0.34 and the lightness value of d5bcde is 0.80.
The process color (four color CMYK) of #d5bcde color hex is 0.04, 0.15, 0.00, 0.13. Web safe color of #d5bcde is #cccccc. Color #d5bcde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10111100 | 11011110 |
Octal | 325 | 274 | 336 |
Decimal | 213 | 188 | 222 |
Hex | D5 | BC | DE |
Shades of #d5bcde
Tints of #d5bcde
RGB Percentages of Color #d5bcde
CMYK Percentages of Color #d5bcde
Complementary Color
#d5bcde | #c5debc |
#d5bcde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5bcde Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5bcde Color CSS Codes
.mybgcolor {background-color:#d5bcde; } .myforecolor {color:#d5bcde; } .mybordercolor {border:3px solid #d5bcde; }
#d5bcde Text Font Color
<p style="color:#d5bcde">Text here</p>
This sample text font color is #d5bcde
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.
#d5bcde Background Color
<div style="background-color:#d5bcde">
Div content here</div>
This div background color is #d5bcde
#d5bcde Border Color
<div style="border:3px solid #d5bcde">
Div here</div>
This div border color is #d5bcde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,188,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5bcde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5bcde; -webkit-box-shadow: 1px 1px 3px 2px #d5bcde; box-shadow: 1px 1px 3px 2px #d5bcde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,188,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5bcde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5bcde; -webkit-box-shadow: 1px 1px 3px 2px #d5bcde; box-shadow: 1px 1px 3px 2px #d5bcde;">
Div content here</div>
This div box has shadow with color #d5bcde
Comments
No comments written yet.
Please login to write comment.