Shades of Frostee #D9EEC3
Tints of Frostee #D9EEC3
RGB
CMYK
RGB Variations
Color information
#D9EEC3 (or 0xD9EEC3) is known color: Frostee. HEX triplet: D9, EE and C3. RGB value is (217,238,195). Sum of RGB (Red+Green+Blue) = 217+238+195=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 195 (76.56% from 255 or 30% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EEC3 is #26113C. Grayscale: #E2E2E2. Windows color (decimal): -2494781 or 12840665. OLE color: 12840665.
HSL color Cylindrical-coordinate representation of color #D9EEC3: hue angle of 89.3º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9EEC3 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 238 | 195 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.07 |
| HSL | 89.3º | 0.56% | 0.85% | - |
| HSV(B) | 89.3º | 0.18% | 0.93% | - |
| XYZ | 69.04 | 79.84 | 63.4 | - |
| YUV | 226.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 238 | 195 | 0.09 | 0 | 0.18 | 0.07 | 89.3 | 0.56 | 0.85 |
| Hex | D9 | EE | C3 | 9 | 0 | 12 | 7 | 59 | 38 | 55 |
| Octal | 331 | 356 | 303 | 11 | 0 | 22 | 7 | 131 | 70 | 125 |
| Binary | 11011001 | 11101110 | 11000011 | 1001 | 0 | 10010 | 111 | 1011001 | 111000 | 1010101 |
Color Harmonies of #D9EEC3
Complementary color
Monochromatic Colors of #D9EEC3
Black with #D9EEC3
Text Example
Text Example
White with #D9EEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EEC3; }
p { color: rgb(217,238,195); }
H1.HeaderClassName
{
color: #D9EEC3;
}
.AnyTagClassName
{
color: #D9EEC3;
}
</style>
background-color css
<style>
a { background-color: #D9EEC3; }
a { background-color: rgb(217,238,195); }
div.DivClassName
{
background-color: #D9EEC3;
}
.BgClassName
{
background-color: #D9EEC3;
}
</style>
border-color css
<style>
span { border-color: #D9EEC3; }
span { border-color: rgb(217,238,195); }
td.TdClassName
{
border-color: #D9EEC3;
}
.TagClassName
{
border-color: #D9EEC3;
}
</style>