Shades of Celeste #D1D1BA
Tints of Celeste #D1D1BA
RGB
CMYK
RGB Variations
Color information
#D1D1BA (or 0xD1D1BA) is known color: Celeste. HEX triplet: D1, D1 and BA. RGB value is (209,209,186). Sum of RGB (Red+Green+Blue) = 209+209+186=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D1BA is #2E2E45. Grayscale: #CECECE. Windows color (decimal): -3026502 or 12243409. OLE color: 12243409.
HSL color Cylindrical-coordinate representation of color #D1D1BA: hue angle of 60º 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 #D1D1BA is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 186 | - |
| CMYK | 0 | 0 | 0.11 | 0.18 |
| HSL | 60º | 0.2% | 0.77% | - |
| HSV(B) | 60º | 0.11% | 0.82% | - |
| XYZ | 57.96 | 62.7 | 55.5 | - |
| YUV | 206.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 186 | 0 | 0 | 0.11 | 0.18 | 60 | 0.2 | 0.77 |
| Hex | D1 | D1 | BA | 0 | 0 | B | 12 | 3C | 14 | 4D |
| Octal | 321 | 321 | 272 | 0 | 0 | 13 | 22 | 74 | 24 | 115 |
| Binary | 11010001 | 11010001 | 10111010 | 0 | 0 | 1011 | 10010 | 111100 | 10100 | 1001101 |
Color Harmonies of #D1D1BA
Complementary color
Monochromatic Colors of #D1D1BA
Black with #D1D1BA
Text Example
Text Example
White with #D1D1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D1BA; }
p { color: rgb(209,209,186); }
H1.HeaderClassName
{
color: #D1D1BA;
}
.AnyTagClassName
{
color: #D1D1BA;
}
</style>
background-color css
<style>
a { background-color: #D1D1BA; }
a { background-color: rgb(209,209,186); }
div.DivClassName
{
background-color: #D1D1BA;
}
.BgClassName
{
background-color: #D1D1BA;
}
</style>
border-color css
<style>
span { border-color: #D1D1BA; }
span { border-color: rgb(209,209,186); }
td.TdClassName
{
border-color: #D1D1BA;
}
.TagClassName
{
border-color: #D1D1BA;
}
</style>