Shades of Frostee #DDEECA
Tints of Frostee #DDEECA
RGB
CMYK
RGB Variations
Color information
#DDEECA (or 0xDDEECA) is known color: Frostee. HEX triplet: DD, EE and CA. RGB value is (221,238,202). Sum of RGB (Red+Green+Blue) = 221+238+202=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEECA is #221135. Grayscale: #E4E4E4. Windows color (decimal): -2232630 or 13299421. OLE color: 13299421.
HSL color Cylindrical-coordinate representation of color #DDEECA: hue angle of 88.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDEECA is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 202 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.07 |
| HSL | 88.33º | 0.51% | 0.86% | - |
| HSV(B) | 88.33º | 0.15% | 0.93% | - |
| XYZ | 71.05 | 80.79 | 67.73 | - |
| YUV | 228.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 202 | 0.07 | 0 | 0.15 | 0.07 | 88.33 | 0.51 | 0.86 |
| Hex | DD | EE | CA | 7 | 0 | F | 7 | 58 | 33 | 56 |
| Octal | 335 | 356 | 312 | 7 | 0 | 17 | 7 | 130 | 63 | 126 |
| Binary | 11011101 | 11101110 | 11001010 | 111 | 0 | 1111 | 111 | 1011000 | 110011 | 1010110 |
Color Harmonies of #DDEECA
Complementary color
Monochromatic Colors of #DDEECA
Black with #DDEECA
Text Example
Text Example
White with #DDEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEECA; }
p { color: rgb(221,238,202); }
H1.HeaderClassName
{
color: #DDEECA;
}
.AnyTagClassName
{
color: #DDEECA;
}
</style>
background-color css
<style>
a { background-color: #DDEECA; }
a { background-color: rgb(221,238,202); }
div.DivClassName
{
background-color: #DDEECA;
}
.BgClassName
{
background-color: #DDEECA;
}
</style>
border-color css
<style>
span { border-color: #DDEECA; }
span { border-color: rgb(221,238,202); }
td.TdClassName
{
border-color: #DDEECA;
}
.TagClassName
{
border-color: #DDEECA;
}
</style>