Shades of Vanilla Ice #EFD2D0
Tints of Vanilla Ice #EFD2D0
RGB
CMYK
RGB Variations
Color information
#EFD2D0 (or 0xEFD2D0) is known color: Vanilla Ice. HEX triplet: EF, D2 and D0. RGB value is (239,210,208). Sum of RGB (Red+Green+Blue) = 239+210+208=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2D0 is #102D2F. Grayscale: #DADADA. Windows color (decimal): -1060144 or 13685487. OLE color: 13685487.
HSL color Cylindrical-coordinate representation of color #EFD2D0: hue angle of 3.87º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD2D0 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 208 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.06 |
| HSL | 3.87º | 0.49% | 0.88% | - |
| HSV(B) | 3.87º | 0.13% | 0.94% | - |
| XYZ | 70.03 | 69 | 69.3 | - |
| YUV | 218.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 208 | 0 | 0.12 | 0.13 | 0.06 | 3.87 | 0.49 | 0.88 |
| Hex | EF | D2 | D0 | 0 | C | D | 6 | 4 | 31 | 58 |
| Octal | 357 | 322 | 320 | 0 | 14 | 15 | 6 | 4 | 61 | 130 |
| Binary | 11101111 | 11010010 | 11010000 | 0 | 1100 | 1101 | 110 | 100 | 110001 | 1011000 |
Color Harmonies of #EFD2D0
Complementary color
Monochromatic Colors of #EFD2D0
Black with #EFD2D0
Text Example
Text Example
White with #EFD2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2D0; }
p { color: rgb(239,210,208); }
H1.HeaderClassName
{
color: #EFD2D0;
}
.AnyTagClassName
{
color: #EFD2D0;
}
</style>
background-color css
<style>
a { background-color: #EFD2D0; }
a { background-color: rgb(239,210,208); }
div.DivClassName
{
background-color: #EFD2D0;
}
.BgClassName
{
background-color: #EFD2D0;
}
</style>
border-color css
<style>
span { border-color: #EFD2D0; }
span { border-color: rgb(239,210,208); }
td.TdClassName
{
border-color: #EFD2D0;
}
.TagClassName
{
border-color: #EFD2D0;
}
</style>