Shades of Frost #E6EBC1
Tints of Frost #E6EBC1
RGB
CMYK
RGB Variations
Color information
#E6EBC1 (or 0xE6EBC1) is known color: Frost. HEX triplet: E6, EB and C1. RGB value is (230,235,193). Sum of RGB (Red+Green+Blue) = 230+235+193=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EBC1 is #19143E. Grayscale: #E4E4E4. Windows color (decimal): -1643583 or 12708838. OLE color: 12708838.
HSL color Cylindrical-coordinate representation of color #E6EBC1: hue angle of 67.14º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6EBC1 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 235 | 193 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.08 |
| HSL | 67.14º | 0.51% | 0.84% | - |
| HSV(B) | 67.14º | 0.18% | 0.92% | - |
| XYZ | 71.97 | 80.09 | 62.12 | - |
| YUV | 228.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 235 | 193 | 0.02 | 0 | 0.18 | 0.08 | 67.14 | 0.51 | 0.84 |
| Hex | E6 | EB | C1 | 2 | 0 | 12 | 8 | 43 | 33 | 54 |
| Octal | 346 | 353 | 301 | 2 | 0 | 22 | 10 | 103 | 63 | 124 |
| Binary | 11100110 | 11101011 | 11000001 | 10 | 0 | 10010 | 1000 | 1000011 | 110011 | 1010100 |
Color Harmonies of #E6EBC1
Complementary color
Monochromatic Colors of #E6EBC1
Black with #E6EBC1
Text Example
Text Example
White with #E6EBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EBC1; }
p { color: rgb(230,235,193); }
H1.HeaderClassName
{
color: #E6EBC1;
}
.AnyTagClassName
{
color: #E6EBC1;
}
</style>
background-color css
<style>
a { background-color: #E6EBC1; }
a { background-color: rgb(230,235,193); }
div.DivClassName
{
background-color: #E6EBC1;
}
.BgClassName
{
background-color: #E6EBC1;
}
</style>
border-color css
<style>
span { border-color: #E6EBC1; }
span { border-color: rgb(230,235,193); }
td.TdClassName
{
border-color: #E6EBC1;
}
.TagClassName
{
border-color: #E6EBC1;
}
</style>