Shades of Celeste #D8D9C1
Tints of Celeste #D8D9C1
RGB
CMYK
RGB Variations
Color information
#D8D9C1 (or 0xD8D9C1) is known color: Celeste. HEX triplet: D8, D9 and C1. RGB value is (216,217,193). Sum of RGB (Red+Green+Blue) = 216+217+193=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D9C1 is #27263E. Grayscale: #D6D6D6. Windows color (decimal): -2565695 or 12704216. OLE color: 12704216.
HSL color Cylindrical-coordinate representation of color #D8D9C1: hue angle of 62.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8D9C1 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 217 | 193 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.15 |
| HSL | 62.5º | 0.24% | 0.8% | - |
| HSV(B) | 62.5º | 0.11% | 0.85% | - |
| XYZ | 62.76 | 68.07 | 60.28 | - |
| YUV | 213.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 193 | 0.00 | 0 | 0.11 | 0.15 | 62.5 | 0.24 | 0.8 |
| Hex | D8 | D9 | C1 | 0 | 0 | B | F | 3F | 18 | 50 |
| Octal | 330 | 331 | 301 | 0 | 0 | 13 | 17 | 77 | 30 | 120 |
| Binary | 11011000 | 11011001 | 11000001 | 0 | 0 | 1011 | 1111 | 111111 | 11000 | 1010000 |
Color Harmonies of #D8D9C1
Complementary color
Monochromatic Colors of #D8D9C1
Black with #D8D9C1
Text Example
Text Example
White with #D8D9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9C1; }
p { color: rgb(216,217,193); }
H1.HeaderClassName
{
color: #D8D9C1;
}
.AnyTagClassName
{
color: #D8D9C1;
}
</style>
background-color css
<style>
a { background-color: #D8D9C1; }
a { background-color: rgb(216,217,193); }
div.DivClassName
{
background-color: #D8D9C1;
}
.BgClassName
{
background-color: #D8D9C1;
}
</style>
border-color css
<style>
span { border-color: #D8D9C1; }
span { border-color: rgb(216,217,193); }
td.TdClassName
{
border-color: #D8D9C1;
}
.TagClassName
{
border-color: #D8D9C1;
}
</style>