Shades of Vanilla Ice #E1CDCB
Tints of Vanilla Ice #E1CDCB
RGB
CMYK
RGB Variations
Color information
#E1CDCB (or 0xE1CDCB) is known color: Vanilla Ice. HEX triplet: E1, CD and CB. RGB value is (225,205,203). Sum of RGB (Red+Green+Blue) = 225+205+203=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDCB is #1E3234. Grayscale: #D2D2D2. Windows color (decimal): -1978933 or 13356513. OLE color: 13356513.
HSL color Cylindrical-coordinate representation of color #E1CDCB: hue angle of 5.45º 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 #E1CDCB is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 203 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.12 |
| HSL | 5.45º | 0.27% | 0.84% | - |
| HSV(B) | 5.45º | 0.1% | 0.88% | - |
| XYZ | 63.66 | 63.98 | 65.49 | - |
| YUV | 210.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 203 | 0 | 0.09 | 0.10 | 0.12 | 5.45 | 0.27 | 0.84 |
| Hex | E1 | CD | CB | 0 | 9 | A | C | 5 | 1B | 54 |
| Octal | 341 | 315 | 313 | 0 | 11 | 12 | 14 | 5 | 33 | 124 |
| Binary | 11100001 | 11001101 | 11001011 | 0 | 1001 | 1010 | 1100 | 101 | 11011 | 1010100 |
Color Harmonies of #E1CDCB
Complementary color
Monochromatic Colors of #E1CDCB
Black with #E1CDCB
Text Example
Text Example
White with #E1CDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDCB; }
p { color: rgb(225,205,203); }
H1.HeaderClassName
{
color: #E1CDCB;
}
.AnyTagClassName
{
color: #E1CDCB;
}
</style>
background-color css
<style>
a { background-color: #E1CDCB; }
a { background-color: rgb(225,205,203); }
div.DivClassName
{
background-color: #E1CDCB;
}
.BgClassName
{
background-color: #E1CDCB;
}
</style>
border-color css
<style>
span { border-color: #E1CDCB; }
span { border-color: rgb(225,205,203); }
td.TdClassName
{
border-color: #E1CDCB;
}
.TagClassName
{
border-color: #E1CDCB;
}
</style>