Shades of Celeste #D6D8C5
Tints of Celeste #D6D8C5
RGB
CMYK
RGB Variations
Color information
#D6D8C5 (or 0xD6D8C5) is known color: Celeste. HEX triplet: D6, D8 and C5. RGB value is (214,216,197). Sum of RGB (Red+Green+Blue) = 214+216+197=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D8C5 is #29273A. Grayscale: #D5D5D5. Windows color (decimal): -2697019 or 12966102. OLE color: 12966102.
HSL color Cylindrical-coordinate representation of color #D6D8C5: hue angle of 66.32º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6D8C5 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 216 | 197 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.15 |
| HSL | 66.32º | 0.2% | 0.81% | - |
| HSV(B) | 66.32º | 0.09% | 0.85% | - |
| XYZ | 62.37 | 67.44 | 62.55 | - |
| YUV | 213.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 197 | 0.01 | 0 | 0.09 | 0.15 | 66.32 | 0.2 | 0.81 |
| Hex | D6 | D8 | C5 | 1 | 0 | 9 | F | 42 | 14 | 51 |
| Octal | 326 | 330 | 305 | 1 | 0 | 11 | 17 | 102 | 24 | 121 |
| Binary | 11010110 | 11011000 | 11000101 | 1 | 0 | 1001 | 1111 | 1000010 | 10100 | 1010001 |
Color Harmonies of #D6D8C5
Complementary color
Monochromatic Colors of #D6D8C5
Black with #D6D8C5
Text Example
Text Example
White with #D6D8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D8C5; }
p { color: rgb(214,216,197); }
H1.HeaderClassName
{
color: #D6D8C5;
}
.AnyTagClassName
{
color: #D6D8C5;
}
</style>
background-color css
<style>
a { background-color: #D6D8C5; }
a { background-color: rgb(214,216,197); }
div.DivClassName
{
background-color: #D6D8C5;
}
.BgClassName
{
background-color: #D6D8C5;
}
</style>
border-color css
<style>
span { border-color: #D6D8C5; }
span { border-color: rgb(214,216,197); }
td.TdClassName
{
border-color: #D6D8C5;
}
.TagClassName
{
border-color: #D6D8C5;
}
</style>