Shades of Frostee #DDEECE
Tints of Frostee #DDEECE
RGB
CMYK
RGB Variations
Color information
#DDEECE (or 0xDDEECE) is known color: Frostee. HEX triplet: DD, EE and CE. RGB value is (221,238,206). Sum of RGB (Red+Green+Blue) = 221+238+206=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEECE is #221131. Grayscale: #E5E5E5. Windows color (decimal): -2232626 or 13561565. OLE color: 13561565.
HSL color Cylindrical-coordinate representation of color #DDEECE: hue angle of 91.88º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDEECE is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 206 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.07 |
| HSL | 91.88º | 0.48% | 0.87% | - |
| HSV(B) | 91.88º | 0.13% | 0.93% | - |
| XYZ | 71.53 | 80.98 | 70.25 | - |
| YUV | 229.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 206 | 0.07 | 0 | 0.13 | 0.07 | 91.88 | 0.48 | 0.87 |
| Hex | DD | EE | CE | 7 | 0 | D | 7 | 5C | 30 | 57 |
| Octal | 335 | 356 | 316 | 7 | 0 | 15 | 7 | 134 | 60 | 127 |
| Binary | 11011101 | 11101110 | 11001110 | 111 | 0 | 1101 | 111 | 1011100 | 110000 | 1010111 |
Color Harmonies of #DDEECE
Complementary color
Monochromatic Colors of #DDEECE
Black with #DDEECE
Text Example
Text Example
White with #DDEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEECE; }
p { color: rgb(221,238,206); }
H1.HeaderClassName
{
color: #DDEECE;
}
.AnyTagClassName
{
color: #DDEECE;
}
</style>
background-color css
<style>
a { background-color: #DDEECE; }
a { background-color: rgb(221,238,206); }
div.DivClassName
{
background-color: #DDEECE;
}
.BgClassName
{
background-color: #DDEECE;
}
</style>
border-color css
<style>
span { border-color: #DDEECE; }
span { border-color: rgb(221,238,206); }
td.TdClassName
{
border-color: #DDEECE;
}
.TagClassName
{
border-color: #DDEECE;
}
</style>