Shades of Celeste #D1D3C0
Tints of Celeste #D1D3C0
RGB
CMYK
RGB Variations
Color information
#D1D3C0 (or 0xD1D3C0) is known color: Celeste. HEX triplet: D1, D3 and C0. RGB value is (209,211,192). Sum of RGB (Red+Green+Blue) = 209+211+192=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D3C0 is #2E2C3F. Grayscale: #D0D0D0. Windows color (decimal): -3025984 or 12637137. OLE color: 12637137.
HSL color Cylindrical-coordinate representation of color #D1D3C0: hue angle of 66.32º degrees, saturation: 0.18, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1D3C0 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
RGB | 209 | 211 | 192 | - |
CMYK | 0.01 | 0 | 0.09 | 0.17 |
HSL | 66.32º | 0.18% | 0.79% | - |
HSV(B) | 66.32º | 0.09% | 0.83% | - |
XYZ | 59.1 | 63.95 | 59.1 | - |
YUV | 208.24 | 118.84 | 128.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 211 | 192 | 0.01 | 0 | 0.09 | 0.17 | 66.32 | 0.18 | 0.79 |
Hex | D1 | D3 | C0 | 1 | 0 | 9 | 11 | 42 | 12 | 4F |
Octal | 321 | 323 | 300 | 1 | 0 | 11 | 21 | 102 | 22 | 117 |
Binary | 11010001 | 11010011 | 11000000 | 1 | 0 | 1001 | 10001 | 1000010 | 10010 | 1001111 |
Color Harmonies of #D1D3C0
Complementary color
Monochromatic Colors of #D1D3C0
Black with #D1D3C0
Text Example
Text Example
White with #D1D3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D3C0; }
p { color: rgb(209,211,192); }
H1.HeaderClassName
{
color: #D1D3C0;
}
.AnyTagClassName
{
color: #D1D3C0;
}
</style>
background-color css
<style>
a { background-color: #D1D3C0; }
a { background-color: rgb(209,211,192); }
div.DivClassName
{
background-color: #D1D3C0;
}
.BgClassName
{
background-color: #D1D3C0;
}
</style>
border-color css
<style>
span { border-color: #D1D3C0; }
span { border-color: rgb(209,211,192); }
td.TdClassName
{
border-color: #D1D3C0;
}
.TagClassName
{
border-color: #D1D3C0;
}
</style>