Shades of Frostee #D9ECC1
Tints of Frostee #D9ECC1
RGB
CMYK
RGB Variations
Color information
#D9ECC1 (or 0xD9ECC1) is known color: Frostee. HEX triplet: D9, EC and C1. RGB value is (217,236,193). Sum of RGB (Red+Green+Blue) = 217+236+193=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9ECC1 is #26133E. Grayscale: #E1E1E1. Windows color (decimal): -2495295 or 12709081. OLE color: 12709081.
HSL color Cylindrical-coordinate representation of color #D9ECC1: hue angle of 86.51º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9ECC1 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 236 | 193 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.07 |
| HSL | 86.51º | 0.53% | 0.84% | - |
| HSV(B) | 86.51º | 0.18% | 0.93% | - |
| XYZ | 68.24 | 78.59 | 62.03 | - |
| YUV | 225.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 193 | 0.08 | 0 | 0.18 | 0.07 | 86.51 | 0.53 | 0.84 |
| Hex | D9 | EC | C1 | 8 | 0 | 12 | 7 | 57 | 35 | 54 |
| Octal | 331 | 354 | 301 | 10 | 0 | 22 | 7 | 127 | 65 | 124 |
| Binary | 11011001 | 11101100 | 11000001 | 1000 | 0 | 10010 | 111 | 1010111 | 110101 | 1010100 |
Color Harmonies of #D9ECC1
Complementary color
Monochromatic Colors of #D9ECC1
Black with #D9ECC1
Text Example
Text Example
White with #D9ECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ECC1; }
p { color: rgb(217,236,193); }
H1.HeaderClassName
{
color: #D9ECC1;
}
.AnyTagClassName
{
color: #D9ECC1;
}
</style>
background-color css
<style>
a { background-color: #D9ECC1; }
a { background-color: rgb(217,236,193); }
div.DivClassName
{
background-color: #D9ECC1;
}
.BgClassName
{
background-color: #D9ECC1;
}
</style>
border-color css
<style>
span { border-color: #D9ECC1; }
span { border-color: rgb(217,236,193); }
td.TdClassName
{
border-color: #D9ECC1;
}
.TagClassName
{
border-color: #D9ECC1;
}
</style>