Shades of Frostee #DDECCC
Tints of Frostee #DDECCC
RGB
CMYK
RGB Variations
Color information
#DDECCC (or 0xDDECCC) is known color: Frostee. HEX triplet: DD, EC and CC. RGB value is (221,236,204). Sum of RGB (Red+Green+Blue) = 221+236+204=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECCC is #221333. Grayscale: #E3E3E3. Windows color (decimal): -2233140 or 13429981. OLE color: 13429981.
HSL color Cylindrical-coordinate representation of color #DDECCC: hue angle of 88.12º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDECCC is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 204 | - |
CMYK | 0.06 | 0 | 0.14 | 0.07 |
HSL | 88.13º | 0.46% | 0.86% | - |
HSV(B) | 88.13º | 0.14% | 0.93% | - |
XYZ | 70.71 | 79.72 | 68.79 | - |
YUV | 227.87 | 114.53 | 123.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 204 | 0.06 | 0 | 0.14 | 0.07 | 88.13 | 0.46 | 0.86 |
Hex | DD | EC | CC | 6 | 0 | E | 7 | 58 | 2E | 56 |
Octal | 335 | 354 | 314 | 6 | 0 | 16 | 7 | 130 | 56 | 126 |
Binary | 11011101 | 11101100 | 11001100 | 110 | 0 | 1110 | 111 | 1011000 | 101110 | 1010110 |
Color Harmonies of #DDECCC
Complementary color
Monochromatic Colors of #DDECCC
Black with #DDECCC
Text Example
Text Example
White with #DDECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECCC; }
p { color: rgb(221,236,204); }
H1.HeaderClassName
{
color: #DDECCC;
}
.AnyTagClassName
{
color: #DDECCC;
}
</style>
background-color css
<style>
a { background-color: #DDECCC; }
a { background-color: rgb(221,236,204); }
div.DivClassName
{
background-color: #DDECCC;
}
.BgClassName
{
background-color: #DDECCC;
}
</style>
border-color css
<style>
span { border-color: #DDECCC; }
span { border-color: rgb(221,236,204); }
td.TdClassName
{
border-color: #DDECCC;
}
.TagClassName
{
border-color: #DDECCC;
}
</style>