Shades of Vanilla Ice #E5CDCD
Tints of Vanilla Ice #E5CDCD
RGB
CMYK
RGB Variations
Color information
#E5CDCD (or 0xE5CDCD) is known color: Vanilla Ice. HEX triplet: E5, CD and CD. RGB value is (229,205,205). Sum of RGB (Red+Green+Blue) = 229+205+205=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDCD is #1A3232. Grayscale: #D4D4D4. Windows color (decimal): -1716787 or 13487589. OLE color: 13487589.
HSL color Cylindrical-coordinate representation of color #E5CDCD: hue angle of 0º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CDCD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 205 | 205 | - |
CMYK | 0 | 0.10 | 0.10 | 0.10 |
HSL | 0º | 0.32% | 0.85% | - |
HSV(B) | 0º | 0.1% | 0.9% | - |
XYZ | 65.16 | 64.73 | 66.82 | - |
YUV | 212.18 | 123.95 | 140 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 205 | 205 | 0 | 0.10 | 0.10 | 0.10 | 0 | 0.32 | 0.85 |
Hex | E5 | CD | CD | 0 | A | A | A | 0 | 20 | 55 |
Octal | 345 | 315 | 315 | 0 | 12 | 12 | 12 | 0 | 40 | 125 |
Binary | 11100101 | 11001101 | 11001101 | 0 | 1010 | 1010 | 1010 | 0 | 100000 | 1010101 |
Color Harmonies of #E5CDCD
Complementary color
Monochromatic Colors of #E5CDCD
Black with #E5CDCD
Text Example
Text Example
White with #E5CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDCD; }
p { color: rgb(229,205,205); }
H1.HeaderClassName
{
color: #E5CDCD;
}
.AnyTagClassName
{
color: #E5CDCD;
}
</style>
background-color css
<style>
a { background-color: #E5CDCD; }
a { background-color: rgb(229,205,205); }
div.DivClassName
{
background-color: #E5CDCD;
}
.BgClassName
{
background-color: #E5CDCD;
}
</style>
border-color css
<style>
span { border-color: #E5CDCD; }
span { border-color: rgb(229,205,205); }
td.TdClassName
{
border-color: #E5CDCD;
}
.TagClassName
{
border-color: #E5CDCD;
}
</style>