Shades of Frost #E6EACB
Tints of Frost #E6EACB
RGB
CMYK
RGB Variations
Color information
#E6EACB (or 0xE6EACB) is known color: Frost. HEX triplet: E6, EA and CB. RGB value is (230,234,203). Sum of RGB (Red+Green+Blue) = 230+234+203=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EACB is #191534. Grayscale: #E5E5E5. Windows color (decimal): -1643829 or 13363942. OLE color: 13363942.
HSL color Cylindrical-coordinate representation of color #E6EACB: hue angle of 67.74º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6EACB is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 234 | 203 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.08 |
| HSL | 67.74º | 0.42% | 0.86% | - |
| HSV(B) | 67.74º | 0.13% | 0.92% | - |
| XYZ | 72.84 | 79.98 | 68.1 | - |
| YUV | 229.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 234 | 203 | 0.02 | 0 | 0.13 | 0.08 | 67.74 | 0.42 | 0.86 |
| Hex | E6 | EA | CB | 2 | 0 | D | 8 | 44 | 2A | 56 |
| Octal | 346 | 352 | 313 | 2 | 0 | 15 | 10 | 104 | 52 | 126 |
| Binary | 11100110 | 11101010 | 11001011 | 10 | 0 | 1101 | 1000 | 1000100 | 101010 | 1010110 |
Color Harmonies of #E6EACB
Complementary color
Monochromatic Colors of #E6EACB
Black with #E6EACB
Text Example
Text Example
White with #E6EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EACB; }
p { color: rgb(230,234,203); }
H1.HeaderClassName
{
color: #E6EACB;
}
.AnyTagClassName
{
color: #E6EACB;
}
</style>
background-color css
<style>
a { background-color: #E6EACB; }
a { background-color: rgb(230,234,203); }
div.DivClassName
{
background-color: #E6EACB;
}
.BgClassName
{
background-color: #E6EACB;
}
</style>
border-color css
<style>
span { border-color: #E6EACB; }
span { border-color: rgb(230,234,203); }
td.TdClassName
{
border-color: #E6EACB;
}
.TagClassName
{
border-color: #E6EACB;
}
</style>