Shades of Vanilla Ice #E6CFCD
Tints of Vanilla Ice #E6CFCD
RGB
CMYK
RGB Variations
Color information
#E6CFCD (or 0xE6CFCD) is known color: Vanilla Ice. HEX triplet: E6, CF and CD. RGB value is (230,207,205). Sum of RGB (Red+Green+Blue) = 230+207+205=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFCD is #193032. Grayscale: #D5D5D5. Windows color (decimal): -1650739 or 13488102. OLE color: 13488102.
HSL color Cylindrical-coordinate representation of color #E6CFCD: hue angle of 4.8º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CFCD is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 205 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.10 |
| HSL | 4.8º | 0.33% | 0.85% | - |
| HSV(B) | 4.8º | 0.11% | 0.9% | - |
| XYZ | 65.97 | 65.86 | 66.99 | - |
| YUV | 213.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 205 | 0 | 0.10 | 0.11 | 0.10 | 4.8 | 0.33 | 0.85 |
| Hex | E6 | CF | CD | 0 | A | B | A | 5 | 21 | 55 |
| Octal | 346 | 317 | 315 | 0 | 12 | 13 | 12 | 5 | 41 | 125 |
| Binary | 11100110 | 11001111 | 11001101 | 0 | 1010 | 1011 | 1010 | 101 | 100001 | 1010101 |
Color Harmonies of #E6CFCD
Complementary color
Monochromatic Colors of #E6CFCD
Black with #E6CFCD
Text Example
Text Example
White with #E6CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFCD; }
p { color: rgb(230,207,205); }
H1.HeaderClassName
{
color: #E6CFCD;
}
.AnyTagClassName
{
color: #E6CFCD;
}
</style>
background-color css
<style>
a { background-color: #E6CFCD; }
a { background-color: rgb(230,207,205); }
div.DivClassName
{
background-color: #E6CFCD;
}
.BgClassName
{
background-color: #E6CFCD;
}
</style>
border-color css
<style>
span { border-color: #E6CFCD; }
span { border-color: rgb(230,207,205); }
td.TdClassName
{
border-color: #E6CFCD;
}
.TagClassName
{
border-color: #E6CFCD;
}
</style>