Shades of Celeste #D0D2BE
Tints of Celeste #D0D2BE
RGB
CMYK
RGB Variations
Color information
#D0D2BE (or 0xD0D2BE) is known color: Celeste. HEX triplet: D0, D2 and BE. RGB value is (208,210,190). Sum of RGB (Red+Green+Blue) = 208+210+190=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D2BE is #2F2D41. Grayscale: #CFCFCF. Windows color (decimal): -3091778 or 12505808. OLE color: 12505808.
HSL color Cylindrical-coordinate representation of color #D0D2BE: hue angle of 66º degrees, saturation: 0.18, 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 #D0D2BE is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 190 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.18 |
| HSL | 66º | 0.18% | 0.78% | - |
| HSV(B) | 66º | 0.1% | 0.82% | - |
| XYZ | 58.35 | 63.22 | 57.84 | - |
| YUV | 207.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 190 | 0.01 | 0 | 0.10 | 0.18 | 66 | 0.18 | 0.78 |
| Hex | D0 | D2 | BE | 1 | 0 | A | 12 | 42 | 12 | 4E |
| Octal | 320 | 322 | 276 | 1 | 0 | 12 | 22 | 102 | 22 | 116 |
| Binary | 11010000 | 11010010 | 10111110 | 1 | 0 | 1010 | 10010 | 1000010 | 10010 | 1001110 |
Color Harmonies of #D0D2BE
Complementary color
Monochromatic Colors of #D0D2BE
Black with #D0D2BE
Text Example
Text Example
White with #D0D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D2BE; }
p { color: rgb(208,210,190); }
H1.HeaderClassName
{
color: #D0D2BE;
}
.AnyTagClassName
{
color: #D0D2BE;
}
</style>
background-color css
<style>
a { background-color: #D0D2BE; }
a { background-color: rgb(208,210,190); }
div.DivClassName
{
background-color: #D0D2BE;
}
.BgClassName
{
background-color: #D0D2BE;
}
</style>
border-color css
<style>
span { border-color: #D0D2BE; }
span { border-color: rgb(208,210,190); }
td.TdClassName
{
border-color: #D0D2BE;
}
.TagClassName
{
border-color: #D0D2BE;
}
</style>