Shades of Vanilla Ice #EFD0D0
Tints of Vanilla Ice #EFD0D0
RGB
CMYK
RGB Variations
Color information
#EFD0D0 (or 0xEFD0D0) is known color: Vanilla Ice. HEX triplet: EF, D0 and D0. RGB value is (239,208,208). Sum of RGB (Red+Green+Blue) = 239+208+208=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0D0 is #102F2F. Grayscale: #D9D9D9. Windows color (decimal): -1060656 or 13684975. OLE color: 13684975.
HSL color Cylindrical-coordinate representation of color #EFD0D0: hue angle of 0º 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 #EFD0D0 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 208 | 208 | - |
CMYK | 0 | 0.13 | 0.13 | 0.06 |
HSL | 0º | 0.49% | 0.88% | - |
HSV(B) | 0º | 0.13% | 0.94% | - |
XYZ | 69.54 | 68.02 | 69.14 | - |
YUV | 217.27 | 122.77 | 143.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 208 | 208 | 0 | 0.13 | 0.13 | 0.06 | 0 | 0.49 | 0.88 |
Hex | EF | D0 | D0 | 0 | D | D | 6 | 0 | 31 | 58 |
Octal | 357 | 320 | 320 | 0 | 15 | 15 | 6 | 0 | 61 | 130 |
Binary | 11101111 | 11010000 | 11010000 | 0 | 1101 | 1101 | 110 | 0 | 110001 | 1011000 |
Color Harmonies of #EFD0D0
Complementary color
Monochromatic Colors of #EFD0D0
Black with #EFD0D0
Text Example
Text Example
White with #EFD0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0D0; }
p { color: rgb(239,208,208); }
H1.HeaderClassName
{
color: #EFD0D0;
}
.AnyTagClassName
{
color: #EFD0D0;
}
</style>
background-color css
<style>
a { background-color: #EFD0D0; }
a { background-color: rgb(239,208,208); }
div.DivClassName
{
background-color: #EFD0D0;
}
.BgClassName
{
background-color: #EFD0D0;
}
</style>
border-color css
<style>
span { border-color: #EFD0D0; }
span { border-color: rgb(239,208,208); }
td.TdClassName
{
border-color: #EFD0D0;
}
.TagClassName
{
border-color: #EFD0D0;
}
</style>