Shades of Frost #E6ECC5
Tints of Frost #E6ECC5
RGB
CMYK
RGB Variations
Color information
#E6ECC5 (or 0xE6ECC5) is known color: Frost. HEX triplet: E6, EC and C5. RGB value is (230,236,197). Sum of RGB (Red+Green+Blue) = 230+236+197=663 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.69% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 197 (77.34% from 255 or 29.71% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #E6ECC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6ECC5 is #19133A. Grayscale: #E5E5E5. Windows color (decimal): -1643323 or 12971238. OLE color: 12971238.
HSL color Cylindrical-coordinate representation of color #E6ECC5: hue angle of 69.23º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6ECC5 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 236 | 197 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.07 |
| HSL | 69.23º | 0.51% | 0.85% | - |
| HSV(B) | 69.23º | 0.17% | 0.93% | - |
| XYZ | 72.71 | 80.85 | 64.6 | - |
| YUV | 229.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 236 | 197 | 0.03 | 0 | 0.17 | 0.07 | 69.23 | 0.51 | 0.85 |
| Hex | E6 | EC | C5 | 3 | 0 | 11 | 7 | 45 | 33 | 55 |
| Octal | 346 | 354 | 305 | 3 | 0 | 21 | 7 | 105 | 63 | 125 |
| Binary | 11100110 | 11101100 | 11000101 | 11 | 0 | 10001 | 111 | 1000101 | 110011 | 1010101 |
Color Harmonies of #E6ECC5
Complementary color
Monochromatic Colors of #E6ECC5
Black with #E6ECC5
Text Example
Text Example
White with #E6ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ECC5; }
p { color: rgb(230,236,197); }
H1.HeaderClassName
{
color: #E6ECC5;
}
.AnyTagClassName
{
color: #E6ECC5;
}
</style>
background-color css
<style>
a { background-color: #E6ECC5; }
a { background-color: rgb(230,236,197); }
div.DivClassName
{
background-color: #E6ECC5;
}
.BgClassName
{
background-color: #E6ECC5;
}
</style>
border-color css
<style>
span { border-color: #E6ECC5; }
span { border-color: rgb(230,236,197); }
td.TdClassName
{
border-color: #E6ECC5;
}
.TagClassName
{
border-color: #E6ECC5;
}
</style>