Shades of Celeste #D7D8BD
Tints of Celeste #D7D8BD
RGB
CMYK
RGB Variations
Color information
#D7D8BD (or 0xD7D8BD) is known color: Celeste. HEX triplet: D7, D8 and BD. RGB value is (215,216,189). Sum of RGB (Red+Green+Blue) = 215+216+189=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D8BD is #282742. Grayscale: #D4D4D4. Windows color (decimal): -2631491 or 12441815. OLE color: 12441815.
HSL color Cylindrical-coordinate representation of color #D7D8BD: hue angle of 62.22º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7D8BD is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 216 | 189 | - |
| CMYK | 0.00 | 0 | 0.12 | 0.15 |
| HSL | 62.22º | 0.26% | 0.79% | - |
| HSV(B) | 62.22º | 0.13% | 0.85% | - |
| XYZ | 61.77 | 67.23 | 57.87 | - |
| YUV | 212.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 216 | 189 | 0.00 | 0 | 0.12 | 0.15 | 62.22 | 0.26 | 0.79 |
| Hex | D7 | D8 | BD | 0 | 0 | C | F | 3E | 1A | 4F |
| Octal | 327 | 330 | 275 | 0 | 0 | 14 | 17 | 76 | 32 | 117 |
| Binary | 11010111 | 11011000 | 10111101 | 0 | 0 | 1100 | 1111 | 111110 | 11010 | 1001111 |
Color Harmonies of #D7D8BD
Complementary color
Monochromatic Colors of #D7D8BD
Black with #D7D8BD
Text Example
Text Example
White with #D7D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D8BD; }
p { color: rgb(215,216,189); }
H1.HeaderClassName
{
color: #D7D8BD;
}
.AnyTagClassName
{
color: #D7D8BD;
}
</style>
background-color css
<style>
a { background-color: #D7D8BD; }
a { background-color: rgb(215,216,189); }
div.DivClassName
{
background-color: #D7D8BD;
}
.BgClassName
{
background-color: #D7D8BD;
}
</style>
border-color css
<style>
span { border-color: #D7D8BD; }
span { border-color: rgb(215,216,189); }
td.TdClassName
{
border-color: #D7D8BD;
}
.TagClassName
{
border-color: #D7D8BD;
}
</style>