Shades of Frost #E6EBCD
Tints of Frost #E6EBCD
RGB
CMYK
RGB Variations
Color information
#E6EBCD (or 0xE6EBCD) is known color: Frost. HEX triplet: E6, EB and CD. RGB value is (230,235,205). Sum of RGB (Red+Green+Blue) = 230+235+205=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EBCD is #191432. Grayscale: #E6E6E6. Windows color (decimal): -1643571 or 13495270. OLE color: 13495270.
HSL color Cylindrical-coordinate representation of color #E6EBCD: hue angle of 70º degrees, saturation: 0.43, 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 #E6EBCD is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 235 | 205 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.08 |
| HSL | 70º | 0.43% | 0.86% | - |
| HSV(B) | 70º | 0.13% | 0.92% | - |
| XYZ | 73.36 | 80.65 | 69.46 | - |
| YUV | 230.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 235 | 205 | 0.02 | 0 | 0.13 | 0.08 | 70 | 0.43 | 0.86 |
| Hex | E6 | EB | CD | 2 | 0 | D | 8 | 46 | 2B | 56 |
| Octal | 346 | 353 | 315 | 2 | 0 | 15 | 10 | 106 | 53 | 126 |
| Binary | 11100110 | 11101011 | 11001101 | 10 | 0 | 1101 | 1000 | 1000110 | 101011 | 1010110 |
Color Harmonies of #E6EBCD
Complementary color
Monochromatic Colors of #E6EBCD
Black with #E6EBCD
Text Example
Text Example
White with #E6EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EBCD; }
p { color: rgb(230,235,205); }
H1.HeaderClassName
{
color: #E6EBCD;
}
.AnyTagClassName
{
color: #E6EBCD;
}
</style>
background-color css
<style>
a { background-color: #E6EBCD; }
a { background-color: rgb(230,235,205); }
div.DivClassName
{
background-color: #E6EBCD;
}
.BgClassName
{
background-color: #E6EBCD;
}
</style>
border-color css
<style>
span { border-color: #E6EBCD; }
span { border-color: rgb(230,235,205); }
td.TdClassName
{
border-color: #E6EBCD;
}
.TagClassName
{
border-color: #E6EBCD;
}
</style>