Shades of Frost #E6ECBF
Tints of Frost #E6ECBF
RGB
CMYK
RGB Variations
Color information
#E6ECBF (or 0xE6ECBF) is known color: Frost. HEX triplet: E6, EC and BF. RGB value is (230,236,191). Sum of RGB (Red+Green+Blue) = 230+236+191=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 236 - color contains mainly: green. Hex color #E6ECBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6ECBF is #191340. Grayscale: #E5E5E5. Windows color (decimal): -1643329 or 12578022. OLE color: 12578022.
HSL color Cylindrical-coordinate representation of color #E6ECBF: hue angle of 68º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6ECBF is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 236 | 191 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.07 |
| HSL | 68º | 0.54% | 0.84% | - |
| HSV(B) | 68º | 0.19% | 0.93% | - |
| XYZ | 72.03 | 80.58 | 61.05 | - |
| YUV | 229.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 236 | 191 | 0.03 | 0 | 0.19 | 0.07 | 68 | 0.54 | 0.84 |
| Hex | E6 | EC | BF | 3 | 0 | 13 | 7 | 44 | 36 | 54 |
| Octal | 346 | 354 | 277 | 3 | 0 | 23 | 7 | 104 | 66 | 124 |
| Binary | 11100110 | 11101100 | 10111111 | 11 | 0 | 10011 | 111 | 1000100 | 110110 | 1010100 |
Color Harmonies of #E6ECBF
Complementary color
Monochromatic Colors of #E6ECBF
Black with #E6ECBF
Text Example
Text Example
White with #E6ECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ECBF; }
p { color: rgb(230,236,191); }
H1.HeaderClassName
{
color: #E6ECBF;
}
.AnyTagClassName
{
color: #E6ECBF;
}
</style>
background-color css
<style>
a { background-color: #E6ECBF; }
a { background-color: rgb(230,236,191); }
div.DivClassName
{
background-color: #E6ECBF;
}
.BgClassName
{
background-color: #E6ECBF;
}
</style>
border-color css
<style>
span { border-color: #E6ECBF; }
span { border-color: rgb(230,236,191); }
td.TdClassName
{
border-color: #E6ECBF;
}
.TagClassName
{
border-color: #E6ECBF;
}
</style>