Shades of Frostee #D9E1D3
Tints of Frostee #D9E1D3
RGB
CMYK
RGB Variations
Color information
#D9E1D3 (or 0xD9E1D3) is known color: Frostee. HEX triplet: D9, E1 and D3. RGB value is (217,225,211). Sum of RGB (Red+Green+Blue) = 217+225+211=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1D3 is #261E2C. Grayscale: #DDDDDD. Windows color (decimal): -2498093 or 13885913. OLE color: 13885913.
HSL color Cylindrical-coordinate representation of color #D9E1D3: hue angle of 94.29º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9E1D3 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 211 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.12 |
| HSL | 94.29º | 0.19% | 0.85% | - |
| HSV(B) | 94.29º | 0.06% | 0.88% | - |
| XYZ | 67.3 | 73.31 | 72.23 | - |
| YUV | 221.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 211 | 0.04 | 0 | 0.06 | 0.12 | 94.29 | 0.19 | 0.85 |
| Hex | D9 | E1 | D3 | 4 | 0 | 6 | C | 5E | 13 | 55 |
| Octal | 331 | 341 | 323 | 4 | 0 | 6 | 14 | 136 | 23 | 125 |
| Binary | 11011001 | 11100001 | 11010011 | 100 | 0 | 110 | 1100 | 1011110 | 10011 | 1010101 |
Color Harmonies of #D9E1D3
Complementary color
Monochromatic Colors of #D9E1D3
Black with #D9E1D3
Text Example
Text Example
White with #D9E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E1D3; }
p { color: rgb(217,225,211); }
H1.HeaderClassName
{
color: #D9E1D3;
}
.AnyTagClassName
{
color: #D9E1D3;
}
</style>
background-color css
<style>
a { background-color: #D9E1D3; }
a { background-color: rgb(217,225,211); }
div.DivClassName
{
background-color: #D9E1D3;
}
.BgClassName
{
background-color: #D9E1D3;
}
</style>
border-color css
<style>
span { border-color: #D9E1D3; }
span { border-color: rgb(217,225,211); }
td.TdClassName
{
border-color: #D9E1D3;
}
.TagClassName
{
border-color: #D9E1D3;
}
</style>