Shades of Frostee #DCEFC6
Tints of Frostee #DCEFC6
RGB
CMYK
RGB Variations
Color information
#DCEFC6 (or 0xDCEFC6) is known color: Frostee. HEX triplet: DC, EF and C6. RGB value is (220,239,198). Sum of RGB (Red+Green+Blue) = 220+239+198=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 198 (77.73% from 255 or 30.14% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFC6 is #231039. Grayscale: #E4E4E4. Windows color (decimal): -2297914 or 13037532. OLE color: 13037532.
HSL color Cylindrical-coordinate representation of color #DCEFC6: hue angle of 87.8º 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 #DCEFC6 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 198 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.06 |
| HSL | 87.8º | 0.56% | 0.86% | - |
| HSV(B) | 87.8º | 0.17% | 0.94% | - |
| XYZ | 70.57 | 81.03 | 65.35 | - |
| YUV | 228.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 198 | 0.08 | 0 | 0.17 | 0.06 | 87.8 | 0.56 | 0.86 |
| Hex | DC | EF | C6 | 8 | 0 | 11 | 6 | 58 | 38 | 56 |
| Octal | 334 | 357 | 306 | 10 | 0 | 21 | 6 | 130 | 70 | 126 |
| Binary | 11011100 | 11101111 | 11000110 | 1000 | 0 | 10001 | 110 | 1011000 | 111000 | 1010110 |
Color Harmonies of #DCEFC6
Complementary color
Monochromatic Colors of #DCEFC6
Black with #DCEFC6
Text Example
Text Example
White with #DCEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFC6; }
p { color: rgb(220,239,198); }
H1.HeaderClassName
{
color: #DCEFC6;
}
.AnyTagClassName
{
color: #DCEFC6;
}
</style>
background-color css
<style>
a { background-color: #DCEFC6; }
a { background-color: rgb(220,239,198); }
div.DivClassName
{
background-color: #DCEFC6;
}
.BgClassName
{
background-color: #DCEFC6;
}
</style>
border-color css
<style>
span { border-color: #DCEFC6; }
span { border-color: rgb(220,239,198); }
td.TdClassName
{
border-color: #DCEFC6;
}
.TagClassName
{
border-color: #DCEFC6;
}
</style>