Shades of Frostee #DDEFCC
Tints of Frostee #DDEFCC
RGB
CMYK
RGB Variations
Color information
#DDEFCC (or 0xDDEFCC) is known color: Frostee. HEX triplet: DD, EF and CC. RGB value is (221,239,204). Sum of RGB (Red+Green+Blue) = 221+239+204=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFCC is #221033. Grayscale: #E5E5E5. Windows color (decimal): -2232372 or 13430749. OLE color: 13430749.
HSL color Cylindrical-coordinate representation of color #DDEFCC: hue angle of 90.86º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDEFCC is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 204 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.06 |
| HSL | 90.86º | 0.52% | 0.87% | - |
| HSV(B) | 90.86º | 0.15% | 0.94% | - |
| XYZ | 71.58 | 81.46 | 69.08 | - |
| YUV | 229.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 204 | 0.08 | 0 | 0.15 | 0.06 | 90.86 | 0.52 | 0.87 |
| Hex | DD | EF | CC | 8 | 0 | F | 6 | 5B | 34 | 57 |
| Octal | 335 | 357 | 314 | 10 | 0 | 17 | 6 | 133 | 64 | 127 |
| Binary | 11011101 | 11101111 | 11001100 | 1000 | 0 | 1111 | 110 | 1011011 | 110100 | 1010111 |
Color Harmonies of #DDEFCC
Complementary color
Monochromatic Colors of #DDEFCC
Black with #DDEFCC
Text Example
Text Example
White with #DDEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFCC; }
p { color: rgb(221,239,204); }
H1.HeaderClassName
{
color: #DDEFCC;
}
.AnyTagClassName
{
color: #DDEFCC;
}
</style>
background-color css
<style>
a { background-color: #DDEFCC; }
a { background-color: rgb(221,239,204); }
div.DivClassName
{
background-color: #DDEFCC;
}
.BgClassName
{
background-color: #DDEFCC;
}
</style>
border-color css
<style>
span { border-color: #DDEFCC; }
span { border-color: rgb(221,239,204); }
td.TdClassName
{
border-color: #DDEFCC;
}
.TagClassName
{
border-color: #DDEFCC;
}
</style>