Shades of Vanilla Ice #EBCDCD
Tints of Vanilla Ice #EBCDCD
RGB
CMYK
RGB Variations
Color information
#EBCDCD (or 0xEBCDCD) is known color: Vanilla Ice. HEX triplet: EB, CD and CD. RGB value is (235,205,205). Sum of RGB (Red+Green+Blue) = 235+205+205=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDCD is #143232. Grayscale: #D6D6D6. Windows color (decimal): -1323571 or 13487595. OLE color: 13487595.
HSL color Cylindrical-coordinate representation of color #EBCDCD: hue angle of 0º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCDCD is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 205 | 205 | - |
CMYK | 0 | 0.13 | 0.13 | 0.08 |
HSL | 0º | 0.43% | 0.86% | - |
HSV(B) | 0º | 0.13% | 0.92% | - |
XYZ | 67.11 | 65.73 | 66.91 | - |
YUV | 213.97 | 122.94 | 143 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 205 | 205 | 0 | 0.13 | 0.13 | 0.08 | 0 | 0.43 | 0.86 |
Hex | EB | CD | CD | 0 | D | D | 8 | 0 | 2B | 56 |
Octal | 353 | 315 | 315 | 0 | 15 | 15 | 10 | 0 | 53 | 126 |
Binary | 11101011 | 11001101 | 11001101 | 0 | 1101 | 1101 | 1000 | 0 | 101011 | 1010110 |
Color Harmonies of #EBCDCD
Complementary color
Monochromatic Colors of #EBCDCD
Black with #EBCDCD
Text Example
Text Example
White with #EBCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDCD; }
p { color: rgb(235,205,205); }
H1.HeaderClassName
{
color: #EBCDCD;
}
.AnyTagClassName
{
color: #EBCDCD;
}
</style>
background-color css
<style>
a { background-color: #EBCDCD; }
a { background-color: rgb(235,205,205); }
div.DivClassName
{
background-color: #EBCDCD;
}
.BgClassName
{
background-color: #EBCDCD;
}
</style>
border-color css
<style>
span { border-color: #EBCDCD; }
span { border-color: rgb(235,205,205); }
td.TdClassName
{
border-color: #EBCDCD;
}
.TagClassName
{
border-color: #EBCDCD;
}
</style>