Shades of Frostee #DDEEC8
Tints of Frostee #DDEEC8
RGB
CMYK
RGB Variations
Color information
#DDEEC8 (or 0xDDEEC8) is known color: Frostee. HEX triplet: DD, EE and C8. RGB value is (221,238,200). Sum of RGB (Red+Green+Blue) = 221+238+200=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEC8 is #221137. Grayscale: #E4E4E4. Windows color (decimal): -2232632 or 13168349. OLE color: 13168349.
HSL color Cylindrical-coordinate representation of color #DDEEC8: hue angle of 86.84º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDEEC8 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 200 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.07 |
| HSL | 86.84º | 0.53% | 0.86% | - |
| HSV(B) | 86.84º | 0.16% | 0.93% | - |
| XYZ | 70.82 | 80.69 | 66.49 | - |
| YUV | 228.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 200 | 0.07 | 0 | 0.16 | 0.07 | 86.84 | 0.53 | 0.86 |
| Hex | DD | EE | C8 | 7 | 0 | 10 | 7 | 57 | 35 | 56 |
| Octal | 335 | 356 | 310 | 7 | 0 | 20 | 7 | 127 | 65 | 126 |
| Binary | 11011101 | 11101110 | 11001000 | 111 | 0 | 10000 | 111 | 1010111 | 110101 | 1010110 |
Color Harmonies of #DDEEC8
Complementary color
Monochromatic Colors of #DDEEC8
Black with #DDEEC8
Text Example
Text Example
White with #DDEEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEC8; }
p { color: rgb(221,238,200); }
H1.HeaderClassName
{
color: #DDEEC8;
}
.AnyTagClassName
{
color: #DDEEC8;
}
</style>
background-color css
<style>
a { background-color: #DDEEC8; }
a { background-color: rgb(221,238,200); }
div.DivClassName
{
background-color: #DDEEC8;
}
.BgClassName
{
background-color: #DDEEC8;
}
</style>
border-color css
<style>
span { border-color: #DDEEC8; }
span { border-color: rgb(221,238,200); }
td.TdClassName
{
border-color: #DDEEC8;
}
.TagClassName
{
border-color: #DDEEC8;
}
</style>