Shades of Celeste #D4D5BB
Tints of Celeste #D4D5BB
RGB
CMYK
RGB Variations
Color information
#D4D5BB (or 0xD4D5BB) is known color: Celeste. HEX triplet: D4, D5 and BB. RGB value is (212,213,187). Sum of RGB (Red+Green+Blue) = 212+213+187=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5BB is #2B2A44. Grayscale: #D1D1D1. Windows color (decimal): -2828869 or 12309972. OLE color: 12309972.
HSL color Cylindrical-coordinate representation of color #D4D5BB: hue angle of 62.31º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4D5BB is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 187 | - |
| CMYK | 0.00 | 0 | 0.12 | 0.16 |
| HSL | 62.31º | 0.24% | 0.78% | - |
| HSV(B) | 62.31º | 0.12% | 0.84% | - |
| XYZ | 59.92 | 65.17 | 56.44 | - |
| YUV | 209.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 187 | 0.00 | 0 | 0.12 | 0.16 | 62.31 | 0.24 | 0.78 |
| Hex | D4 | D5 | BB | 0 | 0 | C | 10 | 3E | 18 | 4E |
| Octal | 324 | 325 | 273 | 0 | 0 | 14 | 20 | 76 | 30 | 116 |
| Binary | 11010100 | 11010101 | 10111011 | 0 | 0 | 1100 | 10000 | 111110 | 11000 | 1001110 |
Color Harmonies of #D4D5BB
Complementary color
Monochromatic Colors of #D4D5BB
Black with #D4D5BB
Text Example
Text Example
White with #D4D5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D5BB; }
p { color: rgb(212,213,187); }
H1.HeaderClassName
{
color: #D4D5BB;
}
.AnyTagClassName
{
color: #D4D5BB;
}
</style>
background-color css
<style>
a { background-color: #D4D5BB; }
a { background-color: rgb(212,213,187); }
div.DivClassName
{
background-color: #D4D5BB;
}
.BgClassName
{
background-color: #D4D5BB;
}
</style>
border-color css
<style>
span { border-color: #D4D5BB; }
span { border-color: rgb(212,213,187); }
td.TdClassName
{
border-color: #D4D5BB;
}
.TagClassName
{
border-color: #D4D5BB;
}
</style>