Shades of Frostee #DCEFC9
Tints of Frostee #DCEFC9
RGB
CMYK
RGB Variations
Color information
#DCEFC9 (or 0xDCEFC9) is known color: Frostee. HEX triplet: DC, EF and C9. RGB value is (220,239,201). Sum of RGB (Red+Green+Blue) = 220+239+201=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 201 (78.91% from 255 or 30.45% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFC9 is #231036. Grayscale: #E5E5E5. Windows color (decimal): -2297911 or 13234140. OLE color: 13234140.
HSL color Cylindrical-coordinate representation of color #DCEFC9: hue angle of 90º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCEFC9 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 201 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.06 |
| HSL | 90º | 0.54% | 0.86% | - |
| HSV(B) | 90º | 0.16% | 0.94% | - |
| XYZ | 70.92 | 81.17 | 67.19 | - |
| YUV | 228.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 201 | 0.08 | 0 | 0.16 | 0.06 | 90 | 0.54 | 0.86 |
| Hex | DC | EF | C9 | 8 | 0 | 10 | 6 | 5A | 36 | 56 |
| Octal | 334 | 357 | 311 | 10 | 0 | 20 | 6 | 132 | 66 | 126 |
| Binary | 11011100 | 11101111 | 11001001 | 1000 | 0 | 10000 | 110 | 1011010 | 110110 | 1010110 |
Color Harmonies of #DCEFC9
Complementary color
Monochromatic Colors of #DCEFC9
Black with #DCEFC9
Text Example
Text Example
White with #DCEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFC9; }
p { color: rgb(220,239,201); }
H1.HeaderClassName
{
color: #DCEFC9;
}
.AnyTagClassName
{
color: #DCEFC9;
}
</style>
background-color css
<style>
a { background-color: #DCEFC9; }
a { background-color: rgb(220,239,201); }
div.DivClassName
{
background-color: #DCEFC9;
}
.BgClassName
{
background-color: #DCEFC9;
}
</style>
border-color css
<style>
span { border-color: #DCEFC9; }
span { border-color: rgb(220,239,201); }
td.TdClassName
{
border-color: #DCEFC9;
}
.TagClassName
{
border-color: #DCEFC9;
}
</style>