Shades of Celeste #D0D1BA
Tints of Celeste #D0D1BA
RGB
CMYK
RGB Variations
Color information
#D0D1BA (or 0xD0D1BA) is known color: Celeste. HEX triplet: D0, D1 and BA. RGB value is (208,209,186). Sum of RGB (Red+Green+Blue) = 208+209+186=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D1BA is #2F2E45. Grayscale: #CECECE. Windows color (decimal): -3092038 or 12243408. OLE color: 12243408.
HSL color Cylindrical-coordinate representation of color #D0D1BA: hue angle of 62.61º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0D1BA is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 186 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.18 |
| HSL | 62.61º | 0.2% | 0.77% | - |
| HSV(B) | 62.61º | 0.11% | 0.82% | - |
| XYZ | 57.68 | 62.56 | 55.49 | - |
| YUV | 206.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 186 | 0.00 | 0 | 0.11 | 0.18 | 62.61 | 0.2 | 0.77 |
| Hex | D0 | D1 | BA | 0 | 0 | B | 12 | 3F | 14 | 4D |
| Octal | 320 | 321 | 272 | 0 | 0 | 13 | 22 | 77 | 24 | 115 |
| Binary | 11010000 | 11010001 | 10111010 | 0 | 0 | 1011 | 10010 | 111111 | 10100 | 1001101 |
Color Harmonies of #D0D1BA
Complementary color
Monochromatic Colors of #D0D1BA
Black with #D0D1BA
Text Example
Text Example
White with #D0D1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D1BA; }
p { color: rgb(208,209,186); }
H1.HeaderClassName
{
color: #D0D1BA;
}
.AnyTagClassName
{
color: #D0D1BA;
}
</style>
background-color css
<style>
a { background-color: #D0D1BA; }
a { background-color: rgb(208,209,186); }
div.DivClassName
{
background-color: #D0D1BA;
}
.BgClassName
{
background-color: #D0D1BA;
}
</style>
border-color css
<style>
span { border-color: #D0D1BA; }
span { border-color: rgb(208,209,186); }
td.TdClassName
{
border-color: #D0D1BA;
}
.TagClassName
{
border-color: #D0D1BA;
}
</style>