Shades of Celeste #D2D1BD
Tints of Celeste #D2D1BD
RGB
CMYK
RGB Variations
Color information
#D2D1BD (or 0xD2D1BD) is known color: Celeste. HEX triplet: D2, D1 and BD. RGB value is (210,209,189). Sum of RGB (Red+Green+Blue) = 210+209+189=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D1BD is #2D2E42. Grayscale: #CFCFCF. Windows color (decimal): -2960963 or 12440018. OLE color: 12440018.
HSL color Cylindrical-coordinate representation of color #D2D1BD: hue angle of 57.14º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2D1BD is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 189 | - |
| CMYK | 0 | 0.00 | 0.10 | 0.18 |
| HSL | 57.14º | 0.19% | 0.78% | - |
| HSV(B) | 57.14º | 0.1% | 0.82% | - |
| XYZ | 58.56 | 62.98 | 57.21 | - |
| YUV | 207.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 189 | 0 | 0.00 | 0.10 | 0.18 | 57.14 | 0.19 | 0.78 |
| Hex | D2 | D1 | BD | 0 | 0 | A | 12 | 39 | 13 | 4E |
| Octal | 322 | 321 | 275 | 0 | 0 | 12 | 22 | 71 | 23 | 116 |
| Binary | 11010010 | 11010001 | 10111101 | 0 | 0 | 1010 | 10010 | 111001 | 10011 | 1001110 |
Color Harmonies of #D2D1BD
Complementary color
Monochromatic Colors of #D2D1BD
Black with #D2D1BD
Text Example
Text Example
White with #D2D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D1BD; }
p { color: rgb(210,209,189); }
H1.HeaderClassName
{
color: #D2D1BD;
}
.AnyTagClassName
{
color: #D2D1BD;
}
</style>
background-color css
<style>
a { background-color: #D2D1BD; }
a { background-color: rgb(210,209,189); }
div.DivClassName
{
background-color: #D2D1BD;
}
.BgClassName
{
background-color: #D2D1BD;
}
</style>
border-color css
<style>
span { border-color: #D2D1BD; }
span { border-color: rgb(210,209,189); }
td.TdClassName
{
border-color: #D2D1BD;
}
.TagClassName
{
border-color: #D2D1BD;
}
</style>