Shades of Celeste #D6D6C0
Tints of Celeste #D6D6C0
RGB
CMYK
RGB Variations
Color information
#D6D6C0 (or 0xD6D6C0) is known color: Celeste. HEX triplet: D6, D6 and C0. RGB value is (214,214,192). Sum of RGB (Red+Green+Blue) = 214+214+192=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D6C0 is #29293F. Grayscale: #D3D3D3. Windows color (decimal): -2697536 or 12637910. OLE color: 12637910.
HSL color Cylindrical-coordinate representation of color #D6D6C0: hue angle of 60º 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 #D6D6C0 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 214 | 192 | - |
CMYK | 0 | 0 | 0.10 | 0.16 |
HSL | 60º | 0.21% | 0.8% | - |
HSV(B) | 60º | 0.1% | 0.84% | - |
XYZ | 61.29 | 66.2 | 59.42 | - |
YUV | 211.49 | 117 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 214 | 192 | 0 | 0 | 0.10 | 0.16 | 60 | 0.21 | 0.8 |
Hex | D6 | D6 | C0 | 0 | 0 | A | 10 | 3C | 15 | 50 |
Octal | 326 | 326 | 300 | 0 | 0 | 12 | 20 | 74 | 25 | 120 |
Binary | 11010110 | 11010110 | 11000000 | 0 | 0 | 1010 | 10000 | 111100 | 10101 | 1010000 |
Color Harmonies of #D6D6C0
Complementary color
Monochromatic Colors of #D6D6C0
Black with #D6D6C0
Text Example
Text Example
White with #D6D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D6C0; }
p { color: rgb(214,214,192); }
H1.HeaderClassName
{
color: #D6D6C0;
}
.AnyTagClassName
{
color: #D6D6C0;
}
</style>
background-color css
<style>
a { background-color: #D6D6C0; }
a { background-color: rgb(214,214,192); }
div.DivClassName
{
background-color: #D6D6C0;
}
.BgClassName
{
background-color: #D6D6C0;
}
</style>
border-color css
<style>
span { border-color: #D6D6C0; }
span { border-color: rgb(214,214,192); }
td.TdClassName
{
border-color: #D6D6C0;
}
.TagClassName
{
border-color: #D6D6C0;
}
</style>