Shades of Vanilla Ice #E1CCCB
Tints of Vanilla Ice #E1CCCB
RGB
CMYK
RGB Variations
Color information
#E1CCCB (or 0xE1CCCB) is known color: Vanilla Ice. HEX triplet: E1, CC and CB. RGB value is (225,204,203). Sum of RGB (Red+Green+Blue) = 225+204+203=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCCB is #1E3334. Grayscale: #D2D2D2. Windows color (decimal): -1979189 or 13356257. OLE color: 13356257.
HSL color Cylindrical-coordinate representation of color #E1CCCB: hue angle of 2.73º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1CCCB is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 203 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.12 |
| HSL | 2.73º | 0.27% | 0.84% | - |
| HSV(B) | 2.73º | 0.1% | 0.88% | - |
| XYZ | 63.42 | 63.51 | 65.41 | - |
| YUV | 210.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 203 | 0 | 0.09 | 0.10 | 0.12 | 2.73 | 0.27 | 0.84 |
| Hex | E1 | CC | CB | 0 | 9 | A | C | 3 | 1B | 54 |
| Octal | 341 | 314 | 313 | 0 | 11 | 12 | 14 | 3 | 33 | 124 |
| Binary | 11100001 | 11001100 | 11001011 | 0 | 1001 | 1010 | 1100 | 11 | 11011 | 1010100 |
Color Harmonies of #E1CCCB
Complementary color
Monochromatic Colors of #E1CCCB
Black with #E1CCCB
Text Example
Text Example
White with #E1CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCCB; }
p { color: rgb(225,204,203); }
H1.HeaderClassName
{
color: #E1CCCB;
}
.AnyTagClassName
{
color: #E1CCCB;
}
</style>
background-color css
<style>
a { background-color: #E1CCCB; }
a { background-color: rgb(225,204,203); }
div.DivClassName
{
background-color: #E1CCCB;
}
.BgClassName
{
background-color: #E1CCCB;
}
</style>
border-color css
<style>
span { border-color: #E1CCCB; }
span { border-color: rgb(225,204,203); }
td.TdClassName
{
border-color: #E1CCCB;
}
.TagClassName
{
border-color: #E1CCCB;
}
</style>