Shades of Celeste #D4D2C0
Tints of Celeste #D4D2C0
RGB
CMYK
RGB Variations
Color information
#D4D2C0 (or 0xD4D2C0) is known color: Celeste. HEX triplet: D4, D2 and C0. RGB value is (212,210,192). Sum of RGB (Red+Green+Blue) = 212+210+192=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D2C0 is #2B2D3F. Grayscale: #D0D0D0. Windows color (decimal): -2829632 or 12636884. OLE color: 12636884.
HSL color Cylindrical-coordinate representation of color #D4D2C0: hue angle of 54º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4D2C0 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 192 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.17 |
| HSL | 54º | 0.19% | 0.79% | - |
| HSV(B) | 54º | 0.09% | 0.83% | - |
| XYZ | 59.71 | 63.9 | 59.06 | - |
| YUV | 208.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 192 | 0 | 0.01 | 0.09 | 0.17 | 54 | 0.19 | 0.79 |
| Hex | D4 | D2 | C0 | 0 | 1 | 9 | 11 | 36 | 13 | 4F |
| Octal | 324 | 322 | 300 | 0 | 1 | 11 | 21 | 66 | 23 | 117 |
| Binary | 11010100 | 11010010 | 11000000 | 0 | 1 | 1001 | 10001 | 110110 | 10011 | 1001111 |
Color Harmonies of #D4D2C0
Complementary color
Monochromatic Colors of #D4D2C0
Black with #D4D2C0
Text Example
Text Example
White with #D4D2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D2C0; }
p { color: rgb(212,210,192); }
H1.HeaderClassName
{
color: #D4D2C0;
}
.AnyTagClassName
{
color: #D4D2C0;
}
</style>
background-color css
<style>
a { background-color: #D4D2C0; }
a { background-color: rgb(212,210,192); }
div.DivClassName
{
background-color: #D4D2C0;
}
.BgClassName
{
background-color: #D4D2C0;
}
</style>
border-color css
<style>
span { border-color: #D4D2C0; }
span { border-color: rgb(212,210,192); }
td.TdClassName
{
border-color: #D4D2C0;
}
.TagClassName
{
border-color: #D4D2C0;
}
</style>