Shades of Celeste #D1D3BD
Tints of Celeste #D1D3BD
RGB
CMYK
RGB Variations
Color information
#D1D3BD (or 0xD1D3BD) is known color: Celeste. HEX triplet: D1, D3 and BD. RGB value is (209,211,189). Sum of RGB (Red+Green+Blue) = 209+211+189=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D3BD is #2E2C42. Grayscale: #CFCFCF. Windows color (decimal): -3025987 or 12440529. OLE color: 12440529.
HSL color Cylindrical-coordinate representation of color #D1D3BD: hue angle of 65.45º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1D3BD is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 189 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.17 |
| HSL | 65.45º | 0.2% | 0.78% | - |
| HSV(B) | 65.45º | 0.1% | 0.83% | - |
| XYZ | 58.77 | 63.82 | 57.36 | - |
| YUV | 207.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 189 | 0.01 | 0 | 0.10 | 0.17 | 65.45 | 0.2 | 0.78 |
| Hex | D1 | D3 | BD | 1 | 0 | A | 11 | 41 | 14 | 4E |
| Octal | 321 | 323 | 275 | 1 | 0 | 12 | 21 | 101 | 24 | 116 |
| Binary | 11010001 | 11010011 | 10111101 | 1 | 0 | 1010 | 10001 | 1000001 | 10100 | 1001110 |
Color Harmonies of #D1D3BD
Complementary color
Monochromatic Colors of #D1D3BD
Black with #D1D3BD
Text Example
Text Example
White with #D1D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D3BD; }
p { color: rgb(209,211,189); }
H1.HeaderClassName
{
color: #D1D3BD;
}
.AnyTagClassName
{
color: #D1D3BD;
}
</style>
background-color css
<style>
a { background-color: #D1D3BD; }
a { background-color: rgb(209,211,189); }
div.DivClassName
{
background-color: #D1D3BD;
}
.BgClassName
{
background-color: #D1D3BD;
}
</style>
border-color css
<style>
span { border-color: #D1D3BD; }
span { border-color: rgb(209,211,189); }
td.TdClassName
{
border-color: #D1D3BD;
}
.TagClassName
{
border-color: #D1D3BD;
}
</style>