Shades of Celeste #D1D3BE
Tints of Celeste #D1D3BE
RGB
CMYK
RGB Variations
Color information
#D1D3BE (or 0xD1D3BE) is known color: Celeste. HEX triplet: D1, D3 and BE. RGB value is (209,211,190). Sum of RGB (Red+Green+Blue) = 209+211+190=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D3BE is #2E2C41. Grayscale: #D0D0D0. Windows color (decimal): -3025986 or 12506065. OLE color: 12506065.
HSL color Cylindrical-coordinate representation of color #D1D3BE: hue angle of 65.71º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1D3BE is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 190 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.17 |
| HSL | 65.71º | 0.19% | 0.79% | - |
| HSV(B) | 65.71º | 0.1% | 0.83% | - |
| XYZ | 58.88 | 63.86 | 57.94 | - |
| YUV | 208.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 190 | 0.01 | 0 | 0.10 | 0.17 | 65.71 | 0.19 | 0.79 |
| Hex | D1 | D3 | BE | 1 | 0 | A | 11 | 42 | 13 | 4F |
| Octal | 321 | 323 | 276 | 1 | 0 | 12 | 21 | 102 | 23 | 117 |
| Binary | 11010001 | 11010011 | 10111110 | 1 | 0 | 1010 | 10001 | 1000010 | 10011 | 1001111 |
Color Harmonies of #D1D3BE
Complementary color
Monochromatic Colors of #D1D3BE
Black with #D1D3BE
Text Example
Text Example
White with #D1D3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D3BE; }
p { color: rgb(209,211,190); }
H1.HeaderClassName
{
color: #D1D3BE;
}
.AnyTagClassName
{
color: #D1D3BE;
}
</style>
background-color css
<style>
a { background-color: #D1D3BE; }
a { background-color: rgb(209,211,190); }
div.DivClassName
{
background-color: #D1D3BE;
}
.BgClassName
{
background-color: #D1D3BE;
}
</style>
border-color css
<style>
span { border-color: #D1D3BE; }
span { border-color: rgb(209,211,190); }
td.TdClassName
{
border-color: #D1D3BE;
}
.TagClassName
{
border-color: #D1D3BE;
}
</style>