Shades of Celeste #D0D2BD
Tints of Celeste #D0D2BD
RGB
CMYK
RGB Variations
Color information
#D0D2BD (or 0xD0D2BD) is known color: Celeste. HEX triplet: D0, D2 and BD. RGB value is (208,210,189). Sum of RGB (Red+Green+Blue) = 208+210+189=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D2BD is #2F2D42. Grayscale: #CFCFCF. Windows color (decimal): -3091779 or 12440272. OLE color: 12440272.
HSL color Cylindrical-coordinate representation of color #D0D2BD: hue angle of 65.71º 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 #D0D2BD is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 189 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.18 |
| HSL | 65.71º | 0.19% | 0.78% | - |
| HSV(B) | 65.71º | 0.1% | 0.82% | - |
| XYZ | 58.24 | 63.18 | 57.27 | - |
| YUV | 207.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 189 | 0.01 | 0 | 0.10 | 0.18 | 65.71 | 0.19 | 0.78 |
| Hex | D0 | D2 | BD | 1 | 0 | A | 12 | 42 | 13 | 4E |
| Octal | 320 | 322 | 275 | 1 | 0 | 12 | 22 | 102 | 23 | 116 |
| Binary | 11010000 | 11010010 | 10111101 | 1 | 0 | 1010 | 10010 | 1000010 | 10011 | 1001110 |
Color Harmonies of #D0D2BD
Complementary color
Monochromatic Colors of #D0D2BD
Black with #D0D2BD
Text Example
Text Example
White with #D0D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D2BD; }
p { color: rgb(208,210,189); }
H1.HeaderClassName
{
color: #D0D2BD;
}
.AnyTagClassName
{
color: #D0D2BD;
}
</style>
background-color css
<style>
a { background-color: #D0D2BD; }
a { background-color: rgb(208,210,189); }
div.DivClassName
{
background-color: #D0D2BD;
}
.BgClassName
{
background-color: #D0D2BD;
}
</style>
border-color css
<style>
span { border-color: #D0D2BD; }
span { border-color: rgb(208,210,189); }
td.TdClassName
{
border-color: #D0D2BD;
}
.TagClassName
{
border-color: #D0D2BD;
}
</style>