Shades of Celeste #D0D1C4
Tints of Celeste #D0D1C4
RGB
CMYK
RGB Variations
Color information
#D0D1C4 (or 0xD0D1C4) is known color: Celeste. HEX triplet: D0, D1 and C4. RGB value is (208,209,196). Sum of RGB (Red+Green+Blue) = 208+209+196=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D1C4 is #2F2E3B. Grayscale: #CFCFCF. Windows color (decimal): -3092028 or 12898768. OLE color: 12898768.
HSL color Cylindrical-coordinate representation of color #D0D1C4: hue angle of 64.62º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0D1C4 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 196 | - |
| CMYK | 0.00 | 0 | 0.06 | 0.18 |
| HSL | 64.62º | 0.12% | 0.79% | - |
| HSV(B) | 64.62º | 0.06% | 0.82% | - |
| XYZ | 58.78 | 63 | 61.29 | - |
| YUV | 207.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 196 | 0.00 | 0 | 0.06 | 0.18 | 64.62 | 0.12 | 0.79 |
| Hex | D0 | D1 | C4 | 0 | 0 | 6 | 12 | 41 | C | 4F |
| Octal | 320 | 321 | 304 | 0 | 0 | 6 | 22 | 101 | 14 | 117 |
| Binary | 11010000 | 11010001 | 11000100 | 0 | 0 | 110 | 10010 | 1000001 | 1100 | 1001111 |
Color Harmonies of #D0D1C4
Complementary color
Monochromatic Colors of #D0D1C4
Black with #D0D1C4
Text Example
Text Example
White with #D0D1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D1C4; }
p { color: rgb(208,209,196); }
H1.HeaderClassName
{
color: #D0D1C4;
}
.AnyTagClassName
{
color: #D0D1C4;
}
</style>
background-color css
<style>
a { background-color: #D0D1C4; }
a { background-color: rgb(208,209,196); }
div.DivClassName
{
background-color: #D0D1C4;
}
.BgClassName
{
background-color: #D0D1C4;
}
</style>
border-color css
<style>
span { border-color: #D0D1C4; }
span { border-color: rgb(208,209,196); }
td.TdClassName
{
border-color: #D0D1C4;
}
.TagClassName
{
border-color: #D0D1C4;
}
</style>