Shades of Frost #E6EBCB
Tints of Frost #E6EBCB
RGB
CMYK
RGB Variations
Color information
#E6EBCB (or 0xE6EBCB) is known color: Frost. HEX triplet: E6, EB and CB. RGB value is (230,235,203). Sum of RGB (Red+Green+Blue) = 230+235+203=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EBCB is #191434. Grayscale: #E5E5E5. Windows color (decimal): -1643573 or 13364198. OLE color: 13364198.
HSL color Cylindrical-coordinate representation of color #E6EBCB: hue angle of 69.38º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6EBCB is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 235 | 203 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.08 |
| HSL | 69.38º | 0.44% | 0.86% | - |
| HSV(B) | 69.38º | 0.14% | 0.92% | - |
| XYZ | 73.12 | 80.55 | 68.19 | - |
| YUV | 229.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 235 | 203 | 0.02 | 0 | 0.14 | 0.08 | 69.38 | 0.44 | 0.86 |
| Hex | E6 | EB | CB | 2 | 0 | E | 8 | 45 | 2C | 56 |
| Octal | 346 | 353 | 313 | 2 | 0 | 16 | 10 | 105 | 54 | 126 |
| Binary | 11100110 | 11101011 | 11001011 | 10 | 0 | 1110 | 1000 | 1000101 | 101100 | 1010110 |
Color Harmonies of #E6EBCB
Complementary color
Monochromatic Colors of #E6EBCB
Black with #E6EBCB
Text Example
Text Example
White with #E6EBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EBCB; }
p { color: rgb(230,235,203); }
H1.HeaderClassName
{
color: #E6EBCB;
}
.AnyTagClassName
{
color: #E6EBCB;
}
</style>
background-color css
<style>
a { background-color: #E6EBCB; }
a { background-color: rgb(230,235,203); }
div.DivClassName
{
background-color: #E6EBCB;
}
.BgClassName
{
background-color: #E6EBCB;
}
</style>
border-color css
<style>
span { border-color: #E6EBCB; }
span { border-color: rgb(230,235,203); }
td.TdClassName
{
border-color: #E6EBCB;
}
.TagClassName
{
border-color: #E6EBCB;
}
</style>