Shades of Vanilla Ice #EED1D1
Tints of Vanilla Ice #EED1D1
RGB
CMYK
RGB Variations
Color information
#EED1D1 (or 0xEED1D1) is known color: Vanilla Ice. HEX triplet: EE, D1 and D1. RGB value is (238,209,209). Sum of RGB (Red+Green+Blue) = 238+209+209=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1D1 is #112E2E. Grayscale: #D9D9D9. Windows color (decimal): -1125935 or 13750766. OLE color: 13750766.
HSL color Cylindrical-coordinate representation of color #EED1D1: hue angle of 0º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED1D1 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 209 | 209 | - |
CMYK | 0 | 0.12 | 0.12 | 0.07 |
HSL | 0º | 0.46% | 0.88% | - |
HSV(B) | 0º | 0.12% | 0.93% | - |
XYZ | 69.57 | 68.38 | 69.85 | - |
YUV | 217.67 | 123.11 | 142.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 209 | 209 | 0 | 0.12 | 0.12 | 0.07 | 0 | 0.46 | 0.88 |
Hex | EE | D1 | D1 | 0 | C | C | 7 | 0 | 2E | 58 |
Octal | 356 | 321 | 321 | 0 | 14 | 14 | 7 | 0 | 56 | 130 |
Binary | 11101110 | 11010001 | 11010001 | 0 | 1100 | 1100 | 111 | 0 | 101110 | 1011000 |
Color Harmonies of #EED1D1
Complementary color
Monochromatic Colors of #EED1D1
Black with #EED1D1
Text Example
Text Example
White with #EED1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1D1; }
p { color: rgb(238,209,209); }
H1.HeaderClassName
{
color: #EED1D1;
}
.AnyTagClassName
{
color: #EED1D1;
}
</style>
background-color css
<style>
a { background-color: #EED1D1; }
a { background-color: rgb(238,209,209); }
div.DivClassName
{
background-color: #EED1D1;
}
.BgClassName
{
background-color: #EED1D1;
}
</style>
border-color css
<style>
span { border-color: #EED1D1; }
span { border-color: rgb(238,209,209); }
td.TdClassName
{
border-color: #EED1D1;
}
.TagClassName
{
border-color: #EED1D1;
}
</style>