Shades of Celeste #D4D4CB
Tints of Celeste #D4D4CB
RGB
CMYK
RGB Variations
Color information
#D4D4CB (or 0xD4D4CB) is known color: Celeste. HEX triplet: D4, D4 and CB. RGB value is (212,212,203). Sum of RGB (Red+Green+Blue) = 212+212+203=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D4CB is #2B2B34. Grayscale: #D3D3D3. Windows color (decimal): -2829109 or 13358292. OLE color: 13358292.
HSL color Cylindrical-coordinate representation of color #D4D4CB: hue angle of 60º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4D4CB is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 212 | 203 | - |
CMYK | 0 | 0 | 0.04 | 0.17 |
HSL | 60º | 0.09% | 0.81% | - |
HSV(B) | 60º | 0.04% | 0.83% | - |
XYZ | 61.47 | 65.4 | 65.88 | - |
YUV | 210.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 212 | 203 | 0 | 0 | 0.04 | 0.17 | 60 | 0.09 | 0.81 |
Hex | D4 | D4 | CB | 0 | 0 | 4 | 11 | 3C | 9 | 51 |
Octal | 324 | 324 | 313 | 0 | 0 | 4 | 21 | 74 | 11 | 121 |
Binary | 11010100 | 11010100 | 11001011 | 0 | 0 | 100 | 10001 | 111100 | 1001 | 1010001 |
Color Harmonies of #D4D4CB
Complementary color
Monochromatic Colors of #D4D4CB
Black with #D4D4CB
Text Example
Text Example
White with #D4D4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D4CB; }
p { color: rgb(212,212,203); }
H1.HeaderClassName
{
color: #D4D4CB;
}
.AnyTagClassName
{
color: #D4D4CB;
}
</style>
background-color css
<style>
a { background-color: #D4D4CB; }
a { background-color: rgb(212,212,203); }
div.DivClassName
{
background-color: #D4D4CB;
}
.BgClassName
{
background-color: #D4D4CB;
}
</style>
border-color css
<style>
span { border-color: #D4D4CB; }
span { border-color: rgb(212,212,203); }
td.TdClassName
{
border-color: #D4D4CB;
}
.TagClassName
{
border-color: #D4D4CB;
}
</style>