Shades of Vanilla Ice #E6C8C6
Tints of Vanilla Ice #E6C8C6
RGB
CMYK
RGB Variations
Color information
#E6C8C6 (or 0xE6C8C6) is known color: Vanilla Ice. HEX triplet: E6, C8 and C6. RGB value is (230,200,198). Sum of RGB (Red+Green+Blue) = 230+200+198=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C8C6 is #193739. Grayscale: #D0D0D0. Windows color (decimal): -1652538 or 13027558. OLE color: 13027558.
HSL color Cylindrical-coordinate representation of color #E6C8C6: hue angle of 3.75º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6C8C6 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 198 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.10 |
| HSL | 3.75º | 0.39% | 0.84% | - |
| HSV(B) | 3.75º | 0.14% | 0.9% | - |
| XYZ | 63.48 | 62.21 | 62.09 | - |
| YUV | 208.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 198 | 0 | 0.13 | 0.14 | 0.10 | 3.75 | 0.39 | 0.84 |
| Hex | E6 | C8 | C6 | 0 | D | E | A | 4 | 27 | 54 |
| Octal | 346 | 310 | 306 | 0 | 15 | 16 | 12 | 4 | 47 | 124 |
| Binary | 11100110 | 11001000 | 11000110 | 0 | 1101 | 1110 | 1010 | 100 | 100111 | 1010100 |
Color Harmonies of #E6C8C6
Complementary color
Monochromatic Colors of #E6C8C6
Black with #E6C8C6
Text Example
Text Example
White with #E6C8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8C6; }
p { color: rgb(230,200,198); }
H1.HeaderClassName
{
color: #E6C8C6;
}
.AnyTagClassName
{
color: #E6C8C6;
}
</style>
background-color css
<style>
a { background-color: #E6C8C6; }
a { background-color: rgb(230,200,198); }
div.DivClassName
{
background-color: #E6C8C6;
}
.BgClassName
{
background-color: #E6C8C6;
}
</style>
border-color css
<style>
span { border-color: #E6C8C6; }
span { border-color: rgb(230,200,198); }
td.TdClassName
{
border-color: #E6C8C6;
}
.TagClassName
{
border-color: #E6C8C6;
}
</style>