Shades of Vanilla Ice #E6CBC8
Tints of Vanilla Ice #E6CBC8
RGB
CMYK
RGB Variations
Color information
#E6CBC8 (or 0xE6CBC8) is known color: Vanilla Ice. HEX triplet: E6, CB and C8. RGB value is (230,203,200). Sum of RGB (Red+Green+Blue) = 230+203+200=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBC8 is #193437. Grayscale: #D2D2D2. Windows color (decimal): -1651768 or 13159398. OLE color: 13159398.
HSL color Cylindrical-coordinate representation of color #E6CBC8: hue angle of 6º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6CBC8 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 200 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.10 |
| HSL | 6º | 0.38% | 0.84% | - |
| HSV(B) | 6º | 0.13% | 0.9% | - |
| XYZ | 64.41 | 63.71 | 63.54 | - |
| YUV | 210.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 200 | 0 | 0.12 | 0.13 | 0.10 | 6 | 0.38 | 0.84 |
| Hex | E6 | CB | C8 | 0 | C | D | A | 6 | 26 | 54 |
| Octal | 346 | 313 | 310 | 0 | 14 | 15 | 12 | 6 | 46 | 124 |
| Binary | 11100110 | 11001011 | 11001000 | 0 | 1100 | 1101 | 1010 | 110 | 100110 | 1010100 |
Color Harmonies of #E6CBC8
Complementary color
Monochromatic Colors of #E6CBC8
Black with #E6CBC8
Text Example
Text Example
White with #E6CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBC8; }
p { color: rgb(230,203,200); }
H1.HeaderClassName
{
color: #E6CBC8;
}
.AnyTagClassName
{
color: #E6CBC8;
}
</style>
background-color css
<style>
a { background-color: #E6CBC8; }
a { background-color: rgb(230,203,200); }
div.DivClassName
{
background-color: #E6CBC8;
}
.BgClassName
{
background-color: #E6CBC8;
}
</style>
border-color css
<style>
span { border-color: #E6CBC8; }
span { border-color: rgb(230,203,200); }
td.TdClassName
{
border-color: #E6CBC8;
}
.TagClassName
{
border-color: #E6CBC8;
}
</style>