Shades of Celeste #D8DAC4
Tints of Celeste #D8DAC4
RGB
CMYK
RGB Variations
Color information
#D8DAC4 (or 0xD8DAC4) is known color: Celeste. HEX triplet: D8, DA and C4. RGB value is (216,218,196). Sum of RGB (Red+Green+Blue) = 216+218+196=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 196 (76.95% from 255 or 31.11% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DAC4 is #27253B. Grayscale: #D6D6D6. Windows color (decimal): -2565436 or 12901080. OLE color: 12901080.
HSL color Cylindrical-coordinate representation of color #D8DAC4: hue angle of 65.45º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DAC4 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 196 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.15 |
| HSL | 65.45º | 0.23% | 0.81% | - |
| HSV(B) | 65.45º | 0.1% | 0.85% | - |
| XYZ | 63.35 | 68.73 | 62.15 | - |
| YUV | 214.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 196 | 0.01 | 0 | 0.10 | 0.15 | 65.45 | 0.23 | 0.81 |
| Hex | D8 | DA | C4 | 1 | 0 | A | F | 41 | 17 | 51 |
| Octal | 330 | 332 | 304 | 1 | 0 | 12 | 17 | 101 | 27 | 121 |
| Binary | 11011000 | 11011010 | 11000100 | 1 | 0 | 1010 | 1111 | 1000001 | 10111 | 1010001 |
Color Harmonies of #D8DAC4
Complementary color
Monochromatic Colors of #D8DAC4
Black with #D8DAC4
Text Example
Text Example
White with #D8DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DAC4; }
p { color: rgb(216,218,196); }
H1.HeaderClassName
{
color: #D8DAC4;
}
.AnyTagClassName
{
color: #D8DAC4;
}
</style>
background-color css
<style>
a { background-color: #D8DAC4; }
a { background-color: rgb(216,218,196); }
div.DivClassName
{
background-color: #D8DAC4;
}
.BgClassName
{
background-color: #D8DAC4;
}
</style>
border-color css
<style>
span { border-color: #D8DAC4; }
span { border-color: rgb(216,218,196); }
td.TdClassName
{
border-color: #D8DAC4;
}
.TagClassName
{
border-color: #D8DAC4;
}
</style>