Shades of Celeste #D8DBBE
Tints of Celeste #D8DBBE
RGB
CMYK
RGB Variations
Color information
#D8DBBE (or 0xD8DBBE) is known color: Celeste. HEX triplet: D8, DB and BE. RGB value is (216,219,190). Sum of RGB (Red+Green+Blue) = 216+219+190=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBBE is #272441. Grayscale: #D6D6D6. Windows color (decimal): -2565186 or 12508120. OLE color: 12508120.
HSL color Cylindrical-coordinate representation of color #D8DBBE: hue angle of 66.21º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8DBBE is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 190 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.14 |
| HSL | 66.21º | 0.29% | 0.8% | - |
| HSV(B) | 66.21º | 0.13% | 0.86% | - |
| XYZ | 62.94 | 68.98 | 58.71 | - |
| YUV | 214.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 190 | 0.01 | 0 | 0.13 | 0.14 | 66.21 | 0.29 | 0.8 |
| Hex | D8 | DB | BE | 1 | 0 | D | E | 42 | 1D | 50 |
| Octal | 330 | 333 | 276 | 1 | 0 | 15 | 16 | 102 | 35 | 120 |
| Binary | 11011000 | 11011011 | 10111110 | 1 | 0 | 1101 | 1110 | 1000010 | 11101 | 1010000 |
Color Harmonies of #D8DBBE
Complementary color
Monochromatic Colors of #D8DBBE
Black with #D8DBBE
Text Example
Text Example
White with #D8DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBBE; }
p { color: rgb(216,219,190); }
H1.HeaderClassName
{
color: #D8DBBE;
}
.AnyTagClassName
{
color: #D8DBBE;
}
</style>
background-color css
<style>
a { background-color: #D8DBBE; }
a { background-color: rgb(216,219,190); }
div.DivClassName
{
background-color: #D8DBBE;
}
.BgClassName
{
background-color: #D8DBBE;
}
</style>
border-color css
<style>
span { border-color: #D8DBBE; }
span { border-color: rgb(216,219,190); }
td.TdClassName
{
border-color: #D8DBBE;
}
.TagClassName
{
border-color: #D8DBBE;
}
</style>