Shades of Celeste #D8DBBC
Tints of Celeste #D8DBBC
RGB
CMYK
RGB Variations
Color information
#D8DBBC (or 0xD8DBBC) is known color: Celeste. HEX triplet: D8, DB and BC. RGB value is (216,219,188). Sum of RGB (Red+Green+Blue) = 216+219+188=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBBC is #272443. Grayscale: #D6D6D6. Windows color (decimal): -2565188 or 12377048. OLE color: 12377048.
HSL color Cylindrical-coordinate representation of color #D8DBBC: hue angle of 65.81º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8DBBC is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 188 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.14 |
| HSL | 65.81º | 0.3% | 0.8% | - |
| HSV(B) | 65.81º | 0.14% | 0.86% | - |
| XYZ | 62.73 | 68.89 | 57.57 | - |
| YUV | 214.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 188 | 0.01 | 0 | 0.14 | 0.14 | 65.81 | 0.3 | 0.8 |
| Hex | D8 | DB | BC | 1 | 0 | E | E | 42 | 1E | 50 |
| Octal | 330 | 333 | 274 | 1 | 0 | 16 | 16 | 102 | 36 | 120 |
| Binary | 11011000 | 11011011 | 10111100 | 1 | 0 | 1110 | 1110 | 1000010 | 11110 | 1010000 |
Color Harmonies of #D8DBBC
Complementary color
Monochromatic Colors of #D8DBBC
Black with #D8DBBC
Text Example
Text Example
White with #D8DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBBC; }
p { color: rgb(216,219,188); }
H1.HeaderClassName
{
color: #D8DBBC;
}
.AnyTagClassName
{
color: #D8DBBC;
}
</style>
background-color css
<style>
a { background-color: #D8DBBC; }
a { background-color: rgb(216,219,188); }
div.DivClassName
{
background-color: #D8DBBC;
}
.BgClassName
{
background-color: #D8DBBC;
}
</style>
border-color css
<style>
span { border-color: #D8DBBC; }
span { border-color: rgb(216,219,188); }
td.TdClassName
{
border-color: #D8DBBC;
}
.TagClassName
{
border-color: #D8DBBC;
}
</style>