Shades of Vanilla Ice #ECC5C4
Tints of Vanilla Ice #ECC5C4
RGB
CMYK
RGB Variations
Color information
#ECC5C4 (or 0xECC5C4) is known color: Vanilla Ice. HEX triplet: EC, C5 and C4. RGB value is (236,197,196). Sum of RGB (Red+Green+Blue) = 236+197+196=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5C4 is #133A3B. Grayscale: #D0D0D0. Windows color (decimal): -1260092 or 12895724. OLE color: 12895724.
HSL color Cylindrical-coordinate representation of color #ECC5C4: hue angle of 1.5º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC5C4 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 196 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.07 |
| HSL | 1.5º | 0.51% | 0.85% | - |
| HSV(B) | 1.5º | 0.17% | 0.93% | - |
| XYZ | 64.52 | 61.75 | 60.74 | - |
| YUV | 208.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 196 | 0 | 0.17 | 0.17 | 0.07 | 1.5 | 0.51 | 0.85 |
| Hex | EC | C5 | C4 | 0 | 11 | 11 | 7 | 2 | 33 | 55 |
| Octal | 354 | 305 | 304 | 0 | 21 | 21 | 7 | 2 | 63 | 125 |
| Binary | 11101100 | 11000101 | 11000100 | 0 | 10001 | 10001 | 111 | 10 | 110011 | 1010101 |
Color Harmonies of #ECC5C4
Complementary color
Monochromatic Colors of #ECC5C4
Black with #ECC5C4
Text Example
Text Example
White with #ECC5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5C4; }
p { color: rgb(236,197,196); }
H1.HeaderClassName
{
color: #ECC5C4;
}
.AnyTagClassName
{
color: #ECC5C4;
}
</style>
background-color css
<style>
a { background-color: #ECC5C4; }
a { background-color: rgb(236,197,196); }
div.DivClassName
{
background-color: #ECC5C4;
}
.BgClassName
{
background-color: #ECC5C4;
}
</style>
border-color css
<style>
span { border-color: #ECC5C4; }
span { border-color: rgb(236,197,196); }
td.TdClassName
{
border-color: #ECC5C4;
}
.TagClassName
{
border-color: #ECC5C4;
}
</style>