Shades of Frostee #DDEECF
Tints of Frostee #DDEECF
RGB
CMYK
RGB Variations
Color information
#DDEECF (or 0xDDEECF) is known color: Frostee. HEX triplet: DD, EE and CF. RGB value is (221,238,207). Sum of RGB (Red+Green+Blue) = 221+238+207=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEECF is #221130. Grayscale: #E5E5E5. Windows color (decimal): -2232625 or 13627101. OLE color: 13627101.
HSL color Cylindrical-coordinate representation of color #DDEECF: hue angle of 92.9º 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 #DDEECF is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 207 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.07 |
| HSL | 92.9º | 0.48% | 0.87% | - |
| HSV(B) | 92.9º | 0.13% | 0.93% | - |
| XYZ | 71.66 | 81.03 | 70.89 | - |
| YUV | 229.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 207 | 0.07 | 0 | 0.13 | 0.07 | 92.9 | 0.48 | 0.87 |
| Hex | DD | EE | CF | 7 | 0 | D | 7 | 5D | 30 | 57 |
| Octal | 335 | 356 | 317 | 7 | 0 | 15 | 7 | 135 | 60 | 127 |
| Binary | 11011101 | 11101110 | 11001111 | 111 | 0 | 1101 | 111 | 1011101 | 110000 | 1010111 |
Color Harmonies of #DDEECF
Complementary color
Monochromatic Colors of #DDEECF
Black with #DDEECF
Text Example
Text Example
White with #DDEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEECF; }
p { color: rgb(221,238,207); }
H1.HeaderClassName
{
color: #DDEECF;
}
.AnyTagClassName
{
color: #DDEECF;
}
</style>
background-color css
<style>
a { background-color: #DDEECF; }
a { background-color: rgb(221,238,207); }
div.DivClassName
{
background-color: #DDEECF;
}
.BgClassName
{
background-color: #DDEECF;
}
</style>
border-color css
<style>
span { border-color: #DDEECF; }
span { border-color: rgb(221,238,207); }
td.TdClassName
{
border-color: #DDEECF;
}
.TagClassName
{
border-color: #DDEECF;
}
</style>