Color spaces of #d5cdea
RGB | 213 | 205 | 234 |
---|---|---|---|
HSL | 0.71 | 0.41 | 0.86 |
HSV | 257° | 12° | 92° |
CMYK | 0.09 | 0.12 | 0.00 0.08 |
XYZ | 64.1232 | 63.7493 | 86.7671 |
Yxy | 63.7493 | 0.2987 | 0.2970 |
Hunter Lab | 79.8432 | 3.6304 | -8.5414 |
CIE-Lab | 83.8351 | 8.2027 | -13.2927 |
#d5cdea color RGB value is (213,205,234).
#d5cdea hex color red value is 213, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d5cdea hue: 0.71 , saturation: 0.41 and the lightness value of d5cdea is 0.86.
The process color (four color CMYK) of #d5cdea color hex is 0.09, 0.12, 0.00, 0.08. Web safe color of #d5cdea is #ccccff. Color #d5cdea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 11001101 | 11101010 |
Octal | 325 | 315 | 352 |
Decimal | 213 | 205 | 234 |
Hex | D5 | CD | EA |
Shades of #d5cdea
Tints of #d5cdea
RGB Percentages of Color #d5cdea
CMYK Percentages of Color #d5cdea
Complementary Color
#d5cdea | #e2eacd |
#d5cdea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5cdea Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5cdea Color CSS Codes
.mybgcolor {background-color:#d5cdea; } .myforecolor {color:#d5cdea; } .mybordercolor {border:3px solid #d5cdea; }
#d5cdea Text Font Color
<p style="color:#d5cdea">Text here</p>
This sample text font color is #d5cdea
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.
#d5cdea Background Color
<div style="background-color:#d5cdea">
Div content here</div>
This div background color is #d5cdea
#d5cdea Border Color
<div style="border:3px solid #d5cdea">
Div here</div>
This div border color is #d5cdea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,205,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5cdea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5cdea; -webkit-box-shadow: 1px 1px 3px 2px #d5cdea; box-shadow: 1px 1px 3px 2px #d5cdea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,205,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5cdea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5cdea; -webkit-box-shadow: 1px 1px 3px 2px #d5cdea; box-shadow: 1px 1px 3px 2px #d5cdea;">
Div content here</div>
This div box has shadow with color #d5cdea
Comments
No comments written yet.
Please login to write comment.