Shades of Vanilla Ice #E3CDCD
Tints of Vanilla Ice #E3CDCD
RGB
CMYK
RGB Variations
Color information
#E3CDCD (or 0xE3CDCD) is known color: Vanilla Ice. HEX triplet: E3, CD and CD. RGB value is (227,205,205). Sum of RGB (Red+Green+Blue) = 227+205+205=637 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.64% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CDCD is #1C3232. Grayscale: #D3D3D3. Windows color (decimal): -1847859 or 13487587. OLE color: 13487587.
HSL color Cylindrical-coordinate representation of color #E3CDCD: hue angle of 0º degrees, saturation: 0.28, 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 #E3CDCD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 205 | 205 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.11 |
| HSL | 0º | 0.28% | 0.85% | - |
| HSV(B) | 0º | 0.1% | 0.89% | - |
| XYZ | 64.53 | 64.4 | 66.79 | - |
| YUV | 211.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 205 | 205 | 0 | 0.10 | 0.10 | 0.11 | 0 | 0.28 | 0.85 |
| Hex | E3 | CD | CD | 0 | A | A | B | 0 | 1C | 55 |
| Octal | 343 | 315 | 315 | 0 | 12 | 12 | 13 | 0 | 34 | 125 |
| Binary | 11100011 | 11001101 | 11001101 | 0 | 1010 | 1010 | 1011 | 0 | 11100 | 1010101 |
Color Harmonies of #E3CDCD
Complementary color
Monochromatic Colors of #E3CDCD
Black with #E3CDCD
Text Example
Text Example
White with #E3CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CDCD; }
p { color: rgb(227,205,205); }
H1.HeaderClassName
{
color: #E3CDCD;
}
.AnyTagClassName
{
color: #E3CDCD;
}
</style>
background-color css
<style>
a { background-color: #E3CDCD; }
a { background-color: rgb(227,205,205); }
div.DivClassName
{
background-color: #E3CDCD;
}
.BgClassName
{
background-color: #E3CDCD;
}
</style>
border-color css
<style>
span { border-color: #E3CDCD; }
span { border-color: rgb(227,205,205); }
td.TdClassName
{
border-color: #E3CDCD;
}
.TagClassName
{
border-color: #E3CDCD;
}
</style>