Shades of Frost #E6EBBC
Tints of Frost #E6EBBC
RGB
CMYK
RGB Variations
Color information
#E6EBBC (or 0xE6EBBC) is known color: Frost. HEX triplet: E6, EB and BC. RGB value is (230,235,188). Sum of RGB (Red+Green+Blue) = 230+235+188=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EBBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EBBC is #191443. Grayscale: #E4E4E4. Windows color (decimal): -1643588 or 12381158. OLE color: 12381158.
HSL color Cylindrical-coordinate representation of color #E6EBBC: hue angle of 66.38º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6EBBC is Cyan = 0.02, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 235 | 188 | - |
| CMYK | 0.02 | 0 | 0.2 | 0.08 |
| HSL | 66.38º | 0.54% | 0.83% | - |
| HSV(B) | 66.38º | 0.2% | 0.92% | - |
| XYZ | 71.42 | 79.87 | 59.23 | - |
| YUV | 228.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 235 | 188 | 0.02 | 0 | 0.2 | 0.08 | 66.38 | 0.54 | 0.83 |
| Hex | E6 | EB | BC | 2 | 0 | 14 | 8 | 42 | 36 | 53 |
| Octal | 346 | 353 | 274 | 2 | 0 | 24 | 10 | 102 | 66 | 123 |
| Binary | 11100110 | 11101011 | 10111100 | 10 | 0 | 10100 | 1000 | 1000010 | 110110 | 1010011 |
Color Harmonies of #E6EBBC
Complementary color
Monochromatic Colors of #E6EBBC
Black with #E6EBBC
Text Example
Text Example
White with #E6EBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EBBC; }
p { color: rgb(230,235,188); }
H1.HeaderClassName
{
color: #E6EBBC;
}
.AnyTagClassName
{
color: #E6EBBC;
}
</style>
background-color css
<style>
a { background-color: #E6EBBC; }
a { background-color: rgb(230,235,188); }
div.DivClassName
{
background-color: #E6EBBC;
}
.BgClassName
{
background-color: #E6EBBC;
}
</style>
border-color css
<style>
span { border-color: #E6EBBC; }
span { border-color: rgb(230,235,188); }
td.TdClassName
{
border-color: #E6EBBC;
}
.TagClassName
{
border-color: #E6EBBC;
}
</style>