Shades of Vanilla Ice #EFD8D5
Tints of Vanilla Ice #EFD8D5
RGB
CMYK
RGB Variations
Color information
#EFD8D5 (or 0xEFD8D5) is known color: Vanilla Ice. HEX triplet: EF, D8 and D5. RGB value is (239,216,213). Sum of RGB (Red+Green+Blue) = 239+216+213=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8D5 is #10272A. Grayscale: #DEDEDE. Windows color (decimal): -1058603 or 14014703. OLE color: 14014703.
HSL color Cylindrical-coordinate representation of color #EFD8D5: hue angle of 6.92º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD8D5 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 213 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.06 |
| HSL | 6.92º | 0.45% | 0.89% | - |
| HSV(B) | 6.92º | 0.11% | 0.94% | - |
| XYZ | 72.16 | 72.27 | 73.1 | - |
| YUV | 222.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 213 | 0 | 0.10 | 0.11 | 0.06 | 6.92 | 0.45 | 0.89 |
| Hex | EF | D8 | D5 | 0 | A | B | 6 | 7 | 2D | 59 |
| Octal | 357 | 330 | 325 | 0 | 12 | 13 | 6 | 7 | 55 | 131 |
| Binary | 11101111 | 11011000 | 11010101 | 0 | 1010 | 1011 | 110 | 111 | 101101 | 1011001 |
Color Harmonies of #EFD8D5
Complementary color
Monochromatic Colors of #EFD8D5
Black with #EFD8D5
Text Example
Text Example
White with #EFD8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8D5; }
p { color: rgb(239,216,213); }
H1.HeaderClassName
{
color: #EFD8D5;
}
.AnyTagClassName
{
color: #EFD8D5;
}
</style>
background-color css
<style>
a { background-color: #EFD8D5; }
a { background-color: rgb(239,216,213); }
div.DivClassName
{
background-color: #EFD8D5;
}
.BgClassName
{
background-color: #EFD8D5;
}
</style>
border-color css
<style>
span { border-color: #EFD8D5; }
span { border-color: rgb(239,216,213); }
td.TdClassName
{
border-color: #EFD8D5;
}
.TagClassName
{
border-color: #EFD8D5;
}
</style>