Shades of Celeste #D0D2C1
Tints of Celeste #D0D2C1
RGB
CMYK
RGB Variations
Color information
#D0D2C1 (or 0xD0D2C1) is known color: Celeste. HEX triplet: D0, D2 and C1. RGB value is (208,210,193). Sum of RGB (Red+Green+Blue) = 208+210+193=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D2C1 is #2F2D3E. Grayscale: #CFCFCF. Windows color (decimal): -3091775 or 12702416. OLE color: 12702416.
HSL color Cylindrical-coordinate representation of color #D0D2C1: hue angle of 67.06º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0D2C1 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 193 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.18 |
| HSL | 67.06º | 0.16% | 0.79% | - |
| HSV(B) | 67.06º | 0.08% | 0.82% | - |
| XYZ | 58.68 | 63.35 | 59.59 | - |
| YUV | 207.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 193 | 0.01 | 0 | 0.08 | 0.18 | 67.06 | 0.16 | 0.79 |
| Hex | D0 | D2 | C1 | 1 | 0 | 8 | 12 | 43 | 10 | 4F |
| Octal | 320 | 322 | 301 | 1 | 0 | 10 | 22 | 103 | 20 | 117 |
| Binary | 11010000 | 11010010 | 11000001 | 1 | 0 | 1000 | 10010 | 1000011 | 10000 | 1001111 |
Color Harmonies of #D0D2C1
Complementary color
Monochromatic Colors of #D0D2C1
Black with #D0D2C1
Text Example
Text Example
White with #D0D2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D2C1; }
p { color: rgb(208,210,193); }
H1.HeaderClassName
{
color: #D0D2C1;
}
.AnyTagClassName
{
color: #D0D2C1;
}
</style>
background-color css
<style>
a { background-color: #D0D2C1; }
a { background-color: rgb(208,210,193); }
div.DivClassName
{
background-color: #D0D2C1;
}
.BgClassName
{
background-color: #D0D2C1;
}
</style>
border-color css
<style>
span { border-color: #D0D2C1; }
span { border-color: rgb(208,210,193); }
td.TdClassName
{
border-color: #D0D2C1;
}
.TagClassName
{
border-color: #D0D2C1;
}
</style>