Shades of Frost #E5E6CB
Tints of Frost #E5E6CB
RGB
CMYK
RGB Variations
Color information
#E5E6CB (or 0xE5E6CB) is known color: Frost. HEX triplet: E5, E6 and CB. RGB value is (229,230,203). Sum of RGB (Red+Green+Blue) = 229+230+203=662 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.59% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E6CB is #1A1934. Grayscale: #E2E2E2. Windows color (decimal): -1710389 or 13362917. OLE color: 13362917.
HSL color Cylindrical-coordinate representation of color #E5E6CB: hue angle of 62.22º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5E6CB is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 230 | 203 | - |
CMYK | 0.00 | 0 | 0.12 | 0.10 |
HSL | 62.22º | 0.35% | 0.85% | - |
HSV(B) | 62.22º | 0.12% | 0.9% | - |
XYZ | 71.39 | 77.56 | 67.71 | - |
YUV | 226.62 | 114.67 | 129.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 230 | 203 | 0.00 | 0 | 0.12 | 0.10 | 62.22 | 0.35 | 0.85 |
Hex | E5 | E6 | CB | 0 | 0 | C | A | 3E | 23 | 55 |
Octal | 345 | 346 | 313 | 0 | 0 | 14 | 12 | 76 | 43 | 125 |
Binary | 11100101 | 11100110 | 11001011 | 0 | 0 | 1100 | 1010 | 111110 | 100011 | 1010101 |
Color Harmonies of #E5E6CB
Complementary color
Monochromatic Colors of #E5E6CB
Black with #E5E6CB
Text Example
Text Example
White with #E5E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E6CB; }
p { color: rgb(229,230,203); }
H1.HeaderClassName
{
color: #E5E6CB;
}
.AnyTagClassName
{
color: #E5E6CB;
}
</style>
background-color css
<style>
a { background-color: #E5E6CB; }
a { background-color: rgb(229,230,203); }
div.DivClassName
{
background-color: #E5E6CB;
}
.BgClassName
{
background-color: #E5E6CB;
}
</style>
border-color css
<style>
span { border-color: #E5E6CB; }
span { border-color: rgb(229,230,203); }
td.TdClassName
{
border-color: #E5E6CB;
}
.TagClassName
{
border-color: #E5E6CB;
}
</style>