Color spaces of #d0cded
RGB | 208 | 205 | 237 |
---|---|---|---|
HSL | 0.68 | 0.47 | 0.87 |
HSV | 246° | 14° | 93° |
CMYK | 0.12 | 0.14 | 0.00 0.07 |
XYZ | 63.1298 | 63.1870 | 88.9898 |
Yxy | 63.1870 | 0.2932 | 0.2935 |
Hunter Lab | 79.4903 | 2.6537 | -10.7323 |
CIE-Lab | 83.5407 | 7.1953 | -15.3703 |
#d0cded color RGB value is (208,205,237).
#d0cded hex color red value is 208, green value is 205 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d0cded hue: 0.68 , saturation: 0.47 and the lightness value of d0cded is 0.87.
The process color (four color CMYK) of #d0cded color hex is 0.12, 0.14, 0.00, 0.07. Web safe color of #d0cded is #ccccff. Color #d0cded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11001101 | 11101101 |
Octal | 320 | 315 | 355 |
Decimal | 208 | 205 | 237 |
Hex | D0 | CD | ED |
Shades of #d0cded
Tints of #d0cded
RGB Percentages of Color #d0cded
CMYK Percentages of Color #d0cded
Complementary Color
#d0cded | #eaedcd |
#d0cded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0cded Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0cded Color CSS Codes
.mybgcolor {background-color:#d0cded; } .myforecolor {color:#d0cded; } .mybordercolor {border:3px solid #d0cded; }
#d0cded Text Font Color
<p style="color:#d0cded">Text here</p>
This sample text font color is #d0cded
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.
#d0cded Background Color
<div style="background-color:#d0cded">
Div content here</div>
This div background color is #d0cded
#d0cded Border Color
<div style="border:3px solid #d0cded">
Div here</div>
This div border color is #d0cded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,205,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0cded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0cded; -webkit-box-shadow: 1px 1px 3px 2px #d0cded; box-shadow: 1px 1px 3px 2px #d0cded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,205,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0cded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0cded; -webkit-box-shadow: 1px 1px 3px 2px #d0cded; box-shadow: 1px 1px 3px 2px #d0cded;">
Div content here</div>
This div box has shadow with color #d0cded
Comments
No comments written yet.
Please login to write comment.