Shades of Vanilla Ice #E4CDCD
Tints of Vanilla Ice #E4CDCD
RGB
CMYK
RGB Variations
Color information
#E4CDCD (or 0xE4CDCD) is known color: Vanilla Ice. HEX triplet: E4, CD and CD. RGB value is (228,205,205). Sum of RGB (Red+Green+Blue) = 228+205+205=638 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.74% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CDCD is #1B3232. Grayscale: #D3D3D3. Windows color (decimal): -1782323 or 13487588. OLE color: 13487588.
HSL color Cylindrical-coordinate representation of color #E4CDCD: hue angle of 0º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4CDCD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 205 | 205 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.11 |
| HSL | 0º | 0.3% | 0.85% | - |
| HSV(B) | 0º | 0.1% | 0.89% | - |
| XYZ | 64.85 | 64.56 | 66.8 | - |
| YUV | 211.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 205 | 205 | 0 | 0.10 | 0.10 | 0.11 | 0 | 0.3 | 0.85 |
| Hex | E4 | CD | CD | 0 | A | A | B | 0 | 1E | 55 |
| Octal | 344 | 315 | 315 | 0 | 12 | 12 | 13 | 0 | 36 | 125 |
| Binary | 11100100 | 11001101 | 11001101 | 0 | 1010 | 1010 | 1011 | 0 | 11110 | 1010101 |
Color Harmonies of #E4CDCD
Complementary color
Monochromatic Colors of #E4CDCD
Black with #E4CDCD
Text Example
Text Example
White with #E4CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CDCD; }
p { color: rgb(228,205,205); }
H1.HeaderClassName
{
color: #E4CDCD;
}
.AnyTagClassName
{
color: #E4CDCD;
}
</style>
background-color css
<style>
a { background-color: #E4CDCD; }
a { background-color: rgb(228,205,205); }
div.DivClassName
{
background-color: #E4CDCD;
}
.BgClassName
{
background-color: #E4CDCD;
}
</style>
border-color css
<style>
span { border-color: #E4CDCD; }
span { border-color: rgb(228,205,205); }
td.TdClassName
{
border-color: #E4CDCD;
}
.TagClassName
{
border-color: #E4CDCD;
}
</style>