Shades of Frost #E6E7CC
Tints of Frost #E6E7CC
RGB
CMYK
RGB Variations
Color information
#E6E7CC (or 0xE6E7CC) is known color: Frost. HEX triplet: E6, E7 and CC. RGB value is (230,231,204). Sum of RGB (Red+Green+Blue) = 230+231+204=665 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.59% from 665); Green value is 231 (90.62% from 255 or 34.74% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 231 - color contains mainly: green. Hex color #E6E7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E7CC is #191833. Grayscale: #E3E3E3. Windows color (decimal): -1644596 or 13428710. OLE color: 13428710.
HSL color Cylindrical-coordinate representation of color #E6E7CC: hue angle of 62.22º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6E7CC is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 231 | 204 | - |
| CMYK | 0.00 | 0 | 0.12 | 0.09 |
| HSL | 62.22º | 0.36% | 0.85% | - |
| HSV(B) | 62.22º | 0.12% | 0.91% | - |
| XYZ | 72.11 | 78.33 | 68.45 | - |
| YUV | 227.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 231 | 204 | 0.00 | 0 | 0.12 | 0.09 | 62.22 | 0.36 | 0.85 |
| Hex | E6 | E7 | CC | 0 | 0 | C | 9 | 3E | 24 | 55 |
| Octal | 346 | 347 | 314 | 0 | 0 | 14 | 11 | 76 | 44 | 125 |
| Binary | 11100110 | 11100111 | 11001100 | 0 | 0 | 1100 | 1001 | 111110 | 100100 | 1010101 |
Color Harmonies of #E6E7CC
Complementary color
Monochromatic Colors of #E6E7CC
Black with #E6E7CC
Text Example
Text Example
White with #E6E7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E7CC; }
p { color: rgb(230,231,204); }
H1.HeaderClassName
{
color: #E6E7CC;
}
.AnyTagClassName
{
color: #E6E7CC;
}
</style>
background-color css
<style>
a { background-color: #E6E7CC; }
a { background-color: rgb(230,231,204); }
div.DivClassName
{
background-color: #E6E7CC;
}
.BgClassName
{
background-color: #E6E7CC;
}
</style>
border-color css
<style>
span { border-color: #E6E7CC; }
span { border-color: rgb(230,231,204); }
td.TdClassName
{
border-color: #E6E7CC;
}
.TagClassName
{
border-color: #E6E7CC;
}
</style>