Shades of Vanilla Ice #E6CCC9
Tints of Vanilla Ice #E6CCC9
RGB
CMYK
RGB Variations
Color information
#E6CCC9 (or 0xE6CCC9) is known color: Vanilla Ice. HEX triplet: E6, CC and C9. RGB value is (230,204,201). Sum of RGB (Red+Green+Blue) = 230+204+201=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCC9 is #193336. Grayscale: #D3D3D3. Windows color (decimal): -1651511 or 13225190. OLE color: 13225190.
HSL color Cylindrical-coordinate representation of color #E6CCC9: hue angle of 6.21º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6CCC9 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 204 | 201 | - |
CMYK | 0 | 0.11 | 0.13 | 0.10 |
HSL | 6.21º | 0.37% | 0.85% | - |
HSV(B) | 6.21º | 0.13% | 0.9% | - |
XYZ | 64.77 | 64.23 | 64.24 | - |
YUV | 211.43 | 122.11 | 141.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 204 | 201 | 0 | 0.11 | 0.13 | 0.10 | 6.21 | 0.37 | 0.85 |
Hex | E6 | CC | C9 | 0 | B | D | A | 6 | 25 | 55 |
Octal | 346 | 314 | 311 | 0 | 13 | 15 | 12 | 6 | 45 | 125 |
Binary | 11100110 | 11001100 | 11001001 | 0 | 1011 | 1101 | 1010 | 110 | 100101 | 1010101 |
Color Harmonies of #E6CCC9
Complementary color
Monochromatic Colors of #E6CCC9
Black with #E6CCC9
Text Example
Text Example
White with #E6CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCC9; }
p { color: rgb(230,204,201); }
H1.HeaderClassName
{
color: #E6CCC9;
}
.AnyTagClassName
{
color: #E6CCC9;
}
</style>
background-color css
<style>
a { background-color: #E6CCC9; }
a { background-color: rgb(230,204,201); }
div.DivClassName
{
background-color: #E6CCC9;
}
.BgClassName
{
background-color: #E6CCC9;
}
</style>
border-color css
<style>
span { border-color: #E6CCC9; }
span { border-color: rgb(230,204,201); }
td.TdClassName
{
border-color: #E6CCC9;
}
.TagClassName
{
border-color: #E6CCC9;
}
</style>