Shades of Vanilla Ice #ECCDCD
Tints of Vanilla Ice #ECCDCD
RGB
CMYK
RGB Variations
Color information
#ECCDCD (or 0xECCDCD) is known color: Vanilla Ice. HEX triplet: EC, CD and CD. RGB value is (236,205,205). Sum of RGB (Red+Green+Blue) = 236+205+205=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDCD is #133232. Grayscale: #D6D6D6. Windows color (decimal): -1258035 or 13487596. OLE color: 13487596.
HSL color Cylindrical-coordinate representation of color #ECCDCD: hue angle of 0º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCDCD is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 205 | 205 | - |
CMYK | 0 | 0.13 | 0.13 | 0.07 |
HSL | 0º | 0.45% | 0.86% | - |
HSV(B) | 0º | 0.13% | 0.93% | - |
XYZ | 67.44 | 65.9 | 66.92 | - |
YUV | 214.27 | 122.77 | 143.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 205 | 0 | 0.13 | 0.13 | 0.07 | 0 | 0.45 | 0.86 |
Hex | EC | CD | CD | 0 | D | D | 7 | 0 | 2D | 56 |
Octal | 354 | 315 | 315 | 0 | 15 | 15 | 7 | 0 | 55 | 126 |
Binary | 11101100 | 11001101 | 11001101 | 0 | 1101 | 1101 | 111 | 0 | 101101 | 1010110 |
Color Harmonies of #ECCDCD
Complementary color
Monochromatic Colors of #ECCDCD
Black with #ECCDCD
Text Example
Text Example
White with #ECCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDCD; }
p { color: rgb(236,205,205); }
H1.HeaderClassName
{
color: #ECCDCD;
}
.AnyTagClassName
{
color: #ECCDCD;
}
</style>
background-color css
<style>
a { background-color: #ECCDCD; }
a { background-color: rgb(236,205,205); }
div.DivClassName
{
background-color: #ECCDCD;
}
.BgClassName
{
background-color: #ECCDCD;
}
</style>
border-color css
<style>
span { border-color: #ECCDCD; }
span { border-color: rgb(236,205,205); }
td.TdClassName
{
border-color: #ECCDCD;
}
.TagClassName
{
border-color: #ECCDCD;
}
</style>