Shades of Celeste #D0D1BC
Tints of Celeste #D0D1BC
RGB
CMYK
RGB Variations
Color information
#D0D1BC (or 0xD0D1BC) is known color: Celeste. HEX triplet: D0, D1 and BC. RGB value is (208,209,188). Sum of RGB (Red+Green+Blue) = 208+209+188=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D1BC is #2F2E43. Grayscale: #CECECE. Windows color (decimal): -3092036 or 12374480. OLE color: 12374480.
HSL color Cylindrical-coordinate representation of color #D0D1BC: hue angle of 62.86º 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 #D0D1BC is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 188 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.18 |
| HSL | 62.86º | 0.19% | 0.78% | - |
| HSV(B) | 62.86º | 0.1% | 0.82% | - |
| XYZ | 57.89 | 62.64 | 56.62 | - |
| YUV | 206.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 188 | 0.00 | 0 | 0.10 | 0.18 | 62.86 | 0.19 | 0.78 |
| Hex | D0 | D1 | BC | 0 | 0 | A | 12 | 3F | 13 | 4E |
| Octal | 320 | 321 | 274 | 0 | 0 | 12 | 22 | 77 | 23 | 116 |
| Binary | 11010000 | 11010001 | 10111100 | 0 | 0 | 1010 | 10010 | 111111 | 10011 | 1001110 |
Color Harmonies of #D0D1BC
Complementary color
Monochromatic Colors of #D0D1BC
Black with #D0D1BC
Text Example
Text Example
White with #D0D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D1BC; }
p { color: rgb(208,209,188); }
H1.HeaderClassName
{
color: #D0D1BC;
}
.AnyTagClassName
{
color: #D0D1BC;
}
</style>
background-color css
<style>
a { background-color: #D0D1BC; }
a { background-color: rgb(208,209,188); }
div.DivClassName
{
background-color: #D0D1BC;
}
.BgClassName
{
background-color: #D0D1BC;
}
</style>
border-color css
<style>
span { border-color: #D0D1BC; }
span { border-color: rgb(208,209,188); }
td.TdClassName
{
border-color: #D0D1BC;
}
.TagClassName
{
border-color: #D0D1BC;
}
</style>