Shades of Frostee #DCEFC7
Tints of Frostee #DCEFC7
RGB
CMYK
RGB Variations
Color information
#DCEFC7 (or 0xDCEFC7) is known color: Frostee. HEX triplet: DC, EF and C7. RGB value is (220,239,199). Sum of RGB (Red+Green+Blue) = 220+239+199=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 199 (78.12% from 255 or 30.24% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFC7 is #231038. Grayscale: #E4E4E4. Windows color (decimal): -2297913 or 13103068. OLE color: 13103068.
HSL color Cylindrical-coordinate representation of color #DCEFC7: hue angle of 88.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCEFC7 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 199 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.06 |
| HSL | 88.5º | 0.56% | 0.86% | - |
| HSV(B) | 88.5º | 0.17% | 0.94% | - |
| XYZ | 70.69 | 81.07 | 65.96 | - |
| YUV | 228.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 199 | 0.08 | 0 | 0.17 | 0.06 | 88.5 | 0.56 | 0.86 |
| Hex | DC | EF | C7 | 8 | 0 | 11 | 6 | 58 | 38 | 56 |
| Octal | 334 | 357 | 307 | 10 | 0 | 21 | 6 | 130 | 70 | 126 |
| Binary | 11011100 | 11101111 | 11000111 | 1000 | 0 | 10001 | 110 | 1011000 | 111000 | 1010110 |
Color Harmonies of #DCEFC7
Complementary color
Monochromatic Colors of #DCEFC7
Black with #DCEFC7
Text Example
Text Example
White with #DCEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFC7; }
p { color: rgb(220,239,199); }
H1.HeaderClassName
{
color: #DCEFC7;
}
.AnyTagClassName
{
color: #DCEFC7;
}
</style>
background-color css
<style>
a { background-color: #DCEFC7; }
a { background-color: rgb(220,239,199); }
div.DivClassName
{
background-color: #DCEFC7;
}
.BgClassName
{
background-color: #DCEFC7;
}
</style>
border-color css
<style>
span { border-color: #DCEFC7; }
span { border-color: rgb(220,239,199); }
td.TdClassName
{
border-color: #DCEFC7;
}
.TagClassName
{
border-color: #DCEFC7;
}
</style>