Shades of Celeste #D4D6C0
Tints of Celeste #D4D6C0
RGB
CMYK
RGB Variations
Color information
#D4D6C0 (or 0xD4D6C0) is known color: Celeste. HEX triplet: D4, D6 and C0. RGB value is (212,214,192). Sum of RGB (Red+Green+Blue) = 212+214+192=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D6C0 is #2B293F. Grayscale: #D2D2D2. Windows color (decimal): -2828608 or 12637908. OLE color: 12637908.
HSL color Cylindrical-coordinate representation of color #D4D6C0: hue angle of 65.45º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4D6C0 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 192 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.16 |
| HSL | 65.45º | 0.21% | 0.8% | - |
| HSV(B) | 65.45º | 0.1% | 0.84% | - |
| XYZ | 60.71 | 65.9 | 59.39 | - |
| YUV | 210.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 192 | 0.01 | 0 | 0.10 | 0.16 | 65.45 | 0.21 | 0.8 |
| Hex | D4 | D6 | C0 | 1 | 0 | A | 10 | 41 | 15 | 50 |
| Octal | 324 | 326 | 300 | 1 | 0 | 12 | 20 | 101 | 25 | 120 |
| Binary | 11010100 | 11010110 | 11000000 | 1 | 0 | 1010 | 10000 | 1000001 | 10101 | 1010000 |
Color Harmonies of #D4D6C0
Complementary color
Monochromatic Colors of #D4D6C0
Black with #D4D6C0
Text Example
Text Example
White with #D4D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D6C0; }
p { color: rgb(212,214,192); }
H1.HeaderClassName
{
color: #D4D6C0;
}
.AnyTagClassName
{
color: #D4D6C0;
}
</style>
background-color css
<style>
a { background-color: #D4D6C0; }
a { background-color: rgb(212,214,192); }
div.DivClassName
{
background-color: #D4D6C0;
}
.BgClassName
{
background-color: #D4D6C0;
}
</style>
border-color css
<style>
span { border-color: #D4D6C0; }
span { border-color: rgb(212,214,192); }
td.TdClassName
{
border-color: #D4D6C0;
}
.TagClassName
{
border-color: #D4D6C0;
}
</style>