Shades of Frostee #DFEECC
Tints of Frostee #DFEECC
RGB
CMYK
RGB Variations
Color information
#DFEECC (or 0xDFEECC) is known color: Frostee. HEX triplet: DF, EE and CC. RGB value is (223,238,204). Sum of RGB (Red+Green+Blue) = 223+238+204=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEECC is #201133. Grayscale: #E5E5E5. Windows color (decimal): -2101556 or 13430495. OLE color: 13430495.
HSL color Cylindrical-coordinate representation of color #DFEECC: hue angle of 86.47º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFEECC is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 238 | 204 | - |
CMYK | 0.06 | 0 | 0.14 | 0.07 |
HSL | 86.47º | 0.5% | 0.87% | - |
HSV(B) | 86.47º | 0.14% | 0.93% | - |
XYZ | 71.91 | 81.2 | 69.01 | - |
YUV | 229.64 | 113.53 | 123.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 238 | 204 | 0.06 | 0 | 0.14 | 0.07 | 86.47 | 0.5 | 0.87 |
Hex | DF | EE | CC | 6 | 0 | E | 7 | 56 | 32 | 57 |
Octal | 337 | 356 | 314 | 6 | 0 | 16 | 7 | 126 | 62 | 127 |
Binary | 11011111 | 11101110 | 11001100 | 110 | 0 | 1110 | 111 | 1010110 | 110010 | 1010111 |
Color Harmonies of #DFEECC
Complementary color
Monochromatic Colors of #DFEECC
Black with #DFEECC
Text Example
Text Example
White with #DFEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEECC; }
p { color: rgb(223,238,204); }
H1.HeaderClassName
{
color: #DFEECC;
}
.AnyTagClassName
{
color: #DFEECC;
}
</style>
background-color css
<style>
a { background-color: #DFEECC; }
a { background-color: rgb(223,238,204); }
div.DivClassName
{
background-color: #DFEECC;
}
.BgClassName
{
background-color: #DFEECC;
}
</style>
border-color css
<style>
span { border-color: #DFEECC; }
span { border-color: rgb(223,238,204); }
td.TdClassName
{
border-color: #DFEECC;
}
.TagClassName
{
border-color: #DFEECC;
}
</style>