Shades of Frost #E6EBBE
Tints of Frost #E6EBBE
RGB
CMYK
RGB Variations
Color information
#E6EBBE (or 0xE6EBBE) is known color: Frost. HEX triplet: E6, EB and BE. RGB value is (230,235,190). Sum of RGB (Red+Green+Blue) = 230+235+190=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EBBE is #191441. Grayscale: #E4E4E4. Windows color (decimal): -1643586 or 12512230. OLE color: 12512230.
HSL color Cylindrical-coordinate representation of color #E6EBBE: hue angle of 66.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6EBBE is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 235 | 190 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.08 |
| HSL | 66.67º | 0.53% | 0.83% | - |
| HSV(B) | 66.67º | 0.19% | 0.92% | - |
| XYZ | 71.64 | 79.96 | 60.37 | - |
| YUV | 228.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 235 | 190 | 0.02 | 0 | 0.19 | 0.08 | 66.67 | 0.53 | 0.83 |
| Hex | E6 | EB | BE | 2 | 0 | 13 | 8 | 43 | 35 | 53 |
| Octal | 346 | 353 | 276 | 2 | 0 | 23 | 10 | 103 | 65 | 123 |
| Binary | 11100110 | 11101011 | 10111110 | 10 | 0 | 10011 | 1000 | 1000011 | 110101 | 1010011 |
Color Harmonies of #E6EBBE
Complementary color
Monochromatic Colors of #E6EBBE
Black with #E6EBBE
Text Example
Text Example
White with #E6EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EBBE; }
p { color: rgb(230,235,190); }
H1.HeaderClassName
{
color: #E6EBBE;
}
.AnyTagClassName
{
color: #E6EBBE;
}
</style>
background-color css
<style>
a { background-color: #E6EBBE; }
a { background-color: rgb(230,235,190); }
div.DivClassName
{
background-color: #E6EBBE;
}
.BgClassName
{
background-color: #E6EBBE;
}
</style>
border-color css
<style>
span { border-color: #E6EBBE; }
span { border-color: rgb(230,235,190); }
td.TdClassName
{
border-color: #E6EBBE;
}
.TagClassName
{
border-color: #E6EBBE;
}
</style>