Shades of Frostee #DCEEC8
Tints of Frostee #DCEEC8
RGB
CMYK
RGB Variations
Color information
#DCEEC8 (or 0xDCEEC8) is known color: Frostee. HEX triplet: DC, EE and C8. RGB value is (220,238,200). Sum of RGB (Red+Green+Blue) = 220+238+200=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEC8 is #231137. Grayscale: #E4E4E4. Windows color (decimal): -2298168 or 13168348. OLE color: 13168348.
HSL color Cylindrical-coordinate representation of color #DCEEC8: hue angle of 88.42º 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 #DCEEC8 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 200 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.07 |
| HSL | 88.42º | 0.53% | 0.86% | - |
| HSV(B) | 88.42º | 0.16% | 0.93% | - |
| XYZ | 70.52 | 80.53 | 66.47 | - |
| YUV | 228.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 200 | 0.08 | 0 | 0.16 | 0.07 | 88.42 | 0.53 | 0.86 |
| Hex | DC | EE | C8 | 8 | 0 | 10 | 7 | 58 | 35 | 56 |
| Octal | 334 | 356 | 310 | 10 | 0 | 20 | 7 | 130 | 65 | 126 |
| Binary | 11011100 | 11101110 | 11001000 | 1000 | 0 | 10000 | 111 | 1011000 | 110101 | 1010110 |
Color Harmonies of #DCEEC8
Complementary color
Monochromatic Colors of #DCEEC8
Black with #DCEEC8
Text Example
Text Example
White with #DCEEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEC8; }
p { color: rgb(220,238,200); }
H1.HeaderClassName
{
color: #DCEEC8;
}
.AnyTagClassName
{
color: #DCEEC8;
}
</style>
background-color css
<style>
a { background-color: #DCEEC8; }
a { background-color: rgb(220,238,200); }
div.DivClassName
{
background-color: #DCEEC8;
}
.BgClassName
{
background-color: #DCEEC8;
}
</style>
border-color css
<style>
span { border-color: #DCEEC8; }
span { border-color: rgb(220,238,200); }
td.TdClassName
{
border-color: #DCEEC8;
}
.TagClassName
{
border-color: #DCEEC8;
}
</style>