Shades of Frostee #D9ECC3
Tints of Frostee #D9ECC3
RGB
CMYK
RGB Variations
Color information
#D9ECC3 (or 0xD9ECC3) is known color: Frostee. HEX triplet: D9, EC and C3. RGB value is (217,236,195). Sum of RGB (Red+Green+Blue) = 217+236+195=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 195 (76.56% from 255 or 30.09% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9ECC3 is #26133C. Grayscale: #E1E1E1. Windows color (decimal): -2495293 or 12840153. OLE color: 12840153.
HSL color Cylindrical-coordinate representation of color #D9ECC3: hue angle of 87.8º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9ECC3 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 236 | 195 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.07 |
| HSL | 87.8º | 0.52% | 0.85% | - |
| HSV(B) | 87.8º | 0.17% | 0.93% | - |
| XYZ | 68.46 | 78.68 | 63.21 | - |
| YUV | 225.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 195 | 0.08 | 0 | 0.17 | 0.07 | 87.8 | 0.52 | 0.85 |
| Hex | D9 | EC | C3 | 8 | 0 | 11 | 7 | 58 | 34 | 55 |
| Octal | 331 | 354 | 303 | 10 | 0 | 21 | 7 | 130 | 64 | 125 |
| Binary | 11011001 | 11101100 | 11000011 | 1000 | 0 | 10001 | 111 | 1011000 | 110100 | 1010101 |
Color Harmonies of #D9ECC3
Complementary color
Monochromatic Colors of #D9ECC3
Black with #D9ECC3
Text Example
Text Example
White with #D9ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ECC3; }
p { color: rgb(217,236,195); }
H1.HeaderClassName
{
color: #D9ECC3;
}
.AnyTagClassName
{
color: #D9ECC3;
}
</style>
background-color css
<style>
a { background-color: #D9ECC3; }
a { background-color: rgb(217,236,195); }
div.DivClassName
{
background-color: #D9ECC3;
}
.BgClassName
{
background-color: #D9ECC3;
}
</style>
border-color css
<style>
span { border-color: #D9ECC3; }
span { border-color: rgb(217,236,195); }
td.TdClassName
{
border-color: #D9ECC3;
}
.TagClassName
{
border-color: #D9ECC3;
}
</style>