Shades of Frostee #DCEEC7
Tints of Frostee #DCEEC7
RGB
CMYK
RGB Variations
Color information
#DCEEC7 (or 0xDCEEC7) is known color: Frostee. HEX triplet: DC, EE and C7. RGB value is (220,238,199). Sum of RGB (Red+Green+Blue) = 220+238+199=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEC7 is #231138. Grayscale: #E4E4E4. Windows color (decimal): -2298169 or 13102812. OLE color: 13102812.
HSL color Cylindrical-coordinate representation of color #DCEEC7: hue angle of 87.69º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCEEC7 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 238 | 199 | - |
CMYK | 0.08 | 0 | 0.16 | 0.07 |
HSL | 87.69º | 0.53% | 0.86% | - |
HSV(B) | 87.69º | 0.16% | 0.93% | - |
XYZ | 70.4 | 80.49 | 65.86 | - |
YUV | 228.17 | 111.54 | 122.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 238 | 199 | 0.08 | 0 | 0.16 | 0.07 | 87.69 | 0.53 | 0.86 |
Hex | DC | EE | C7 | 8 | 0 | 10 | 7 | 58 | 35 | 56 |
Octal | 334 | 356 | 307 | 10 | 0 | 20 | 7 | 130 | 65 | 126 |
Binary | 11011100 | 11101110 | 11000111 | 1000 | 0 | 10000 | 111 | 1011000 | 110101 | 1010110 |
Color Harmonies of #DCEEC7
Complementary color
Monochromatic Colors of #DCEEC7
Black with #DCEEC7
Text Example
Text Example
White with #DCEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEC7; }
p { color: rgb(220,238,199); }
H1.HeaderClassName
{
color: #DCEEC7;
}
.AnyTagClassName
{
color: #DCEEC7;
}
</style>
background-color css
<style>
a { background-color: #DCEEC7; }
a { background-color: rgb(220,238,199); }
div.DivClassName
{
background-color: #DCEEC7;
}
.BgClassName
{
background-color: #DCEEC7;
}
</style>
border-color css
<style>
span { border-color: #DCEEC7; }
span { border-color: rgb(220,238,199); }
td.TdClassName
{
border-color: #DCEEC7;
}
.TagClassName
{
border-color: #DCEEC7;
}
</style>