Shades of Celeste #D0D0CD
Tints of Celeste #D0D0CD
RGB
CMYK
RGB Variations
Color information
#D0D0CD (or 0xD0D0CD) is known color: Celeste. HEX triplet: D0, D0 and CD. RGB value is (208,208,205). Sum of RGB (Red+Green+Blue) = 208+208+205=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D0CD is #2F2F32. Grayscale: #CFCFCF. Windows color (decimal): -3092275 or 13488336. OLE color: 13488336.
HSL color Cylindrical-coordinate representation of color #D0D0CD: hue angle of 60º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D0D0CD is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 208 | 205 | - |
CMYK | 0 | 0 | 0.01 | 0.18 |
HSL | 60º | 0.03% | 0.81% | - |
HSV(B) | 60º | 0.01% | 0.82% | - |
XYZ | 59.59 | 62.93 | 66.76 | - |
YUV | 207.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 208 | 205 | 0 | 0 | 0.01 | 0.18 | 60 | 0.03 | 0.81 |
Hex | D0 | D0 | CD | 0 | 0 | 1 | 12 | 3C | 3 | 51 |
Octal | 320 | 320 | 315 | 0 | 0 | 1 | 22 | 74 | 3 | 121 |
Binary | 11010000 | 11010000 | 11001101 | 0 | 0 | 1 | 10010 | 111100 | 11 | 1010001 |
Color Harmonies of #D0D0CD
Complementary color
Monochromatic Colors of #D0D0CD
Black with #D0D0CD
Text Example
Text Example
White with #D0D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D0CD; }
p { color: rgb(208,208,205); }
H1.HeaderClassName
{
color: #D0D0CD;
}
.AnyTagClassName
{
color: #D0D0CD;
}
</style>
background-color css
<style>
a { background-color: #D0D0CD; }
a { background-color: rgb(208,208,205); }
div.DivClassName
{
background-color: #D0D0CD;
}
.BgClassName
{
background-color: #D0D0CD;
}
</style>
border-color css
<style>
span { border-color: #D0D0CD; }
span { border-color: rgb(208,208,205); }
td.TdClassName
{
border-color: #D0D0CD;
}
.TagClassName
{
border-color: #D0D0CD;
}
</style>