Shades of Vanilla Ice #EECFCD
Tints of Vanilla Ice #EECFCD
RGB
CMYK
RGB Variations
Color information
#EECFCD (or 0xEECFCD) is known color: Vanilla Ice. HEX triplet: EE, CF and CD. RGB value is (238,207,205). Sum of RGB (Red+Green+Blue) = 238+207+205=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFCD is #113032. Grayscale: #D8D8D8. Windows color (decimal): -1126451 or 13488110. OLE color: 13488110.
HSL color Cylindrical-coordinate representation of color #EECFCD: hue angle of 3.64º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECFCD is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 207 | 205 | - |
CMYK | 0 | 0.13 | 0.14 | 0.07 |
HSL | 3.64º | 0.49% | 0.87% | - |
HSV(B) | 3.64º | 0.14% | 0.93% | - |
XYZ | 68.59 | 67.21 | 67.12 | - |
YUV | 216.04 | 121.77 | 143.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 207 | 205 | 0 | 0.13 | 0.14 | 0.07 | 3.64 | 0.49 | 0.87 |
Hex | EE | CF | CD | 0 | D | E | 7 | 4 | 31 | 57 |
Octal | 356 | 317 | 315 | 0 | 15 | 16 | 7 | 4 | 61 | 127 |
Binary | 11101110 | 11001111 | 11001101 | 0 | 1101 | 1110 | 111 | 100 | 110001 | 1010111 |
Color Harmonies of #EECFCD
Complementary color
Monochromatic Colors of #EECFCD
Black with #EECFCD
Text Example
Text Example
White with #EECFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFCD; }
p { color: rgb(238,207,205); }
H1.HeaderClassName
{
color: #EECFCD;
}
.AnyTagClassName
{
color: #EECFCD;
}
</style>
background-color css
<style>
a { background-color: #EECFCD; }
a { background-color: rgb(238,207,205); }
div.DivClassName
{
background-color: #EECFCD;
}
.BgClassName
{
background-color: #EECFCD;
}
</style>
border-color css
<style>
span { border-color: #EECFCD; }
span { border-color: rgb(238,207,205); }
td.TdClassName
{
border-color: #EECFCD;
}
.TagClassName
{
border-color: #EECFCD;
}
</style>