Shades of Celeste #D8D8BA
Tints of Celeste #D8D8BA
RGB
CMYK
RGB Variations
Color information
#D8D8BA (or 0xD8D8BA) is known color: Celeste. HEX triplet: D8, D8 and BA. RGB value is (216,216,186). Sum of RGB (Red+Green+Blue) = 216+216+186=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8BA is #272745. Grayscale: #D4D4D4. Windows color (decimal): -2565958 or 12245208. OLE color: 12245208.
HSL color Cylindrical-coordinate representation of color #D8D8BA: hue angle of 60º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8D8BA is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 216 | 186 | - |
| CMYK | 0 | 0 | 0.14 | 0.15 |
| HSL | 60º | 0.28% | 0.79% | - |
| HSV(B) | 60º | 0.14% | 0.85% | - |
| XYZ | 61.74 | 67.26 | 56.18 | - |
| YUV | 212.58 | 113 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 216 | 186 | 0 | 0 | 0.14 | 0.15 | 60 | 0.28 | 0.79 |
| Hex | D8 | D8 | BA | 0 | 0 | E | F | 3C | 1C | 4F |
| Octal | 330 | 330 | 272 | 0 | 0 | 16 | 17 | 74 | 34 | 117 |
| Binary | 11011000 | 11011000 | 10111010 | 0 | 0 | 1110 | 1111 | 111100 | 11100 | 1001111 |
Color Harmonies of #D8D8BA
Complementary color
Monochromatic Colors of #D8D8BA
Black with #D8D8BA
Text Example
Text Example
White with #D8D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D8BA; }
p { color: rgb(216,216,186); }
H1.HeaderClassName
{
color: #D8D8BA;
}
.AnyTagClassName
{
color: #D8D8BA;
}
</style>
background-color css
<style>
a { background-color: #D8D8BA; }
a { background-color: rgb(216,216,186); }
div.DivClassName
{
background-color: #D8D8BA;
}
.BgClassName
{
background-color: #D8D8BA;
}
</style>
border-color css
<style>
span { border-color: #D8D8BA; }
span { border-color: rgb(216,216,186); }
td.TdClassName
{
border-color: #D8D8BA;
}
.TagClassName
{
border-color: #D8D8BA;
}
</style>