Shades of Vanilla Ice #E2CDCD
Tints of Vanilla Ice #E2CDCD
RGB
CMYK
RGB Variations
Color information
#E2CDCD (or 0xE2CDCD) is known color: Vanilla Ice. HEX triplet: E2, CD and CD. RGB value is (226,205,205). Sum of RGB (Red+Green+Blue) = 226+205+205=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDCD is #1D3232. Grayscale: #D3D3D3. Windows color (decimal): -1913395 or 13487586. OLE color: 13487586.
HSL color Cylindrical-coordinate representation of color #E2CDCD: hue angle of 0º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2CDCD is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 205 | 205 | - |
CMYK | 0 | 0.09 | 0.09 | 0.11 |
HSL | 0º | 0.27% | 0.85% | - |
HSV(B) | 0º | 0.09% | 0.89% | - |
XYZ | 64.21 | 64.24 | 66.77 | - |
YUV | 211.28 | 124.46 | 138.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 205 | 205 | 0 | 0.09 | 0.09 | 0.11 | 0 | 0.27 | 0.85 |
Hex | E2 | CD | CD | 0 | 9 | 9 | B | 0 | 1B | 55 |
Octal | 342 | 315 | 315 | 0 | 11 | 11 | 13 | 0 | 33 | 125 |
Binary | 11100010 | 11001101 | 11001101 | 0 | 1001 | 1001 | 1011 | 0 | 11011 | 1010101 |
Color Harmonies of #E2CDCD
Complementary color
Monochromatic Colors of #E2CDCD
Black with #E2CDCD
Text Example
Text Example
White with #E2CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDCD; }
p { color: rgb(226,205,205); }
H1.HeaderClassName
{
color: #E2CDCD;
}
.AnyTagClassName
{
color: #E2CDCD;
}
</style>
background-color css
<style>
a { background-color: #E2CDCD; }
a { background-color: rgb(226,205,205); }
div.DivClassName
{
background-color: #E2CDCD;
}
.BgClassName
{
background-color: #E2CDCD;
}
</style>
border-color css
<style>
span { border-color: #E2CDCD; }
span { border-color: rgb(226,205,205); }
td.TdClassName
{
border-color: #E2CDCD;
}
.TagClassName
{
border-color: #E2CDCD;
}
</style>