Shades of Celeste #D2D3BB
Tints of Celeste #D2D3BB
RGB
CMYK
RGB Variations
Color information
#D2D3BB (or 0xD2D3BB) is known color: Celeste. HEX triplet: D2, D3 and BB. RGB value is (210,211,187). Sum of RGB (Red+Green+Blue) = 210+211+187=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D3BB is #2D2C44. Grayscale: #D0D0D0. Windows color (decimal): -2960453 or 12309458. OLE color: 12309458.
HSL color Cylindrical-coordinate representation of color #D2D3BB: hue angle of 62.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2D3BB is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 187 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.17 |
| HSL | 62.5º | 0.21% | 0.78% | - |
| HSV(B) | 62.5º | 0.11% | 0.83% | - |
| XYZ | 58.84 | 63.88 | 56.24 | - |
| YUV | 207.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 187 | 0.00 | 0 | 0.11 | 0.17 | 62.5 | 0.21 | 0.78 |
| Hex | D2 | D3 | BB | 0 | 0 | B | 11 | 3F | 15 | 4E |
| Octal | 322 | 323 | 273 | 0 | 0 | 13 | 21 | 77 | 25 | 116 |
| Binary | 11010010 | 11010011 | 10111011 | 0 | 0 | 1011 | 10001 | 111111 | 10101 | 1001110 |
Color Harmonies of #D2D3BB
Complementary color
Monochromatic Colors of #D2D3BB
Black with #D2D3BB
Text Example
Text Example
White with #D2D3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D3BB; }
p { color: rgb(210,211,187); }
H1.HeaderClassName
{
color: #D2D3BB;
}
.AnyTagClassName
{
color: #D2D3BB;
}
</style>
background-color css
<style>
a { background-color: #D2D3BB; }
a { background-color: rgb(210,211,187); }
div.DivClassName
{
background-color: #D2D3BB;
}
.BgClassName
{
background-color: #D2D3BB;
}
</style>
border-color css
<style>
span { border-color: #D2D3BB; }
span { border-color: rgb(210,211,187); }
td.TdClassName
{
border-color: #D2D3BB;
}
.TagClassName
{
border-color: #D2D3BB;
}
</style>