Shades of Frostee #DDEFCE
Tints of Frostee #DDEFCE
RGB
CMYK
RGB Variations
Color information
#DDEFCE (or 0xDDEFCE) is known color: Frostee. HEX triplet: DD, EF and CE. RGB value is (221,239,206). Sum of RGB (Red+Green+Blue) = 221+239+206=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFCE is #221031. Grayscale: #E5E5E5. Windows color (decimal): -2232370 or 13561821. OLE color: 13561821.
HSL color Cylindrical-coordinate representation of color #DDEFCE: hue angle of 92.73º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDEFCE is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 206 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.06 |
| HSL | 92.73º | 0.51% | 0.87% | - |
| HSV(B) | 92.73º | 0.14% | 0.94% | - |
| XYZ | 71.83 | 81.56 | 70.35 | - |
| YUV | 229.86 | 114.54 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 206 | 0.08 | 0 | 0.14 | 0.06 | 92.73 | 0.51 | 0.87 |
| Hex | DD | EF | CE | 8 | 0 | E | 6 | 5D | 33 | 57 |
| Octal | 335 | 357 | 316 | 10 | 0 | 16 | 6 | 135 | 63 | 127 |
| Binary | 11011101 | 11101111 | 11001110 | 1000 | 0 | 1110 | 110 | 1011101 | 110011 | 1010111 |
Color Harmonies of #DDEFCE
Complementary color
Monochromatic Colors of #DDEFCE
Black with #DDEFCE
Text Example
Text Example
White with #DDEFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFCE; }
p { color: rgb(221,239,206); }
H1.HeaderClassName
{
color: #DDEFCE;
}
.AnyTagClassName
{
color: #DDEFCE;
}
</style>
background-color css
<style>
a { background-color: #DDEFCE; }
a { background-color: rgb(221,239,206); }
div.DivClassName
{
background-color: #DDEFCE;
}
.BgClassName
{
background-color: #DDEFCE;
}
</style>
border-color css
<style>
span { border-color: #DDEFCE; }
span { border-color: rgb(221,239,206); }
td.TdClassName
{
border-color: #DDEFCE;
}
.TagClassName
{
border-color: #DDEFCE;
}
</style>