Shades of Frostee #DDECCE
Tints of Frostee #DDECCE
RGB
CMYK
RGB Variations
Color information
#DDECCE (or 0xDDECCE) is known color: Frostee. HEX triplet: DD, EC and CE. RGB value is (221,236,206). Sum of RGB (Red+Green+Blue) = 221+236+206=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECCE is #221331. Grayscale: #E4E4E4. Windows color (decimal): -2233138 or 13561053. OLE color: 13561053.
HSL color Cylindrical-coordinate representation of color #DDECCE: hue angle of 90º degrees, saturation: 0.44, 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 #DDECCE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 206 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.07 |
| HSL | 90º | 0.44% | 0.87% | - |
| HSV(B) | 90º | 0.13% | 0.93% | - |
| XYZ | 70.95 | 79.82 | 70.06 | - |
| YUV | 228.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 206 | 0.06 | 0 | 0.13 | 0.07 | 90 | 0.44 | 0.87 |
| Hex | DD | EC | CE | 6 | 0 | D | 7 | 5A | 2C | 57 |
| Octal | 335 | 354 | 316 | 6 | 0 | 15 | 7 | 132 | 54 | 127 |
| Binary | 11011101 | 11101100 | 11001110 | 110 | 0 | 1101 | 111 | 1011010 | 101100 | 1010111 |
Color Harmonies of #DDECCE
Complementary color
Monochromatic Colors of #DDECCE
Black with #DDECCE
Text Example
Text Example
White with #DDECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECCE; }
p { color: rgb(221,236,206); }
H1.HeaderClassName
{
color: #DDECCE;
}
.AnyTagClassName
{
color: #DDECCE;
}
</style>
background-color css
<style>
a { background-color: #DDECCE; }
a { background-color: rgb(221,236,206); }
div.DivClassName
{
background-color: #DDECCE;
}
.BgClassName
{
background-color: #DDECCE;
}
</style>
border-color css
<style>
span { border-color: #DDECCE; }
span { border-color: rgb(221,236,206); }
td.TdClassName
{
border-color: #DDECCE;
}
.TagClassName
{
border-color: #DDECCE;
}
</style>