#EED2D1

Color #EED2D1 Vanilla Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vanilla Ice #EED2D1

Tints of Vanilla Ice #EED2D1

Color information

#EED2D1 (or 0xEED2D1) is unknown color: approx Vanilla Ice. HEX triplet: EE, D2 and D1. RGB value is (238,210,209). Sum of RGB (Red+Green+Blue) = 238+210+209=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 209 (82.03% from 255 or 31.81% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2D1 is #112D2E. Grayscale: #DADADA. Windows color (decimal): -1125679 or 13751022. OLE color: 13751022.

HSL color Cylindrical-coordinate representation of color #EED2D1: hue angle of 2.07º 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 #EED2D1 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB238210209-
CMYK00.120.120.07
HSL2.07º46.03%87.65%-
HSV(B)2.07º12.18%93.33%-
XYZ69.8268.8769.94-
YUV218.26122.78142.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 210 (82.42% from 255) = 31.96%
BLUE value IS 209 (82.03% from 255) = 31.81%
R=36.23%
G=31.96%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821020900.120.120.072.0746.0387.65
HexEED2D10CC722e58
Octal356322321014147256130
Binary111011101101001011010001011001100111101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2D1; }

 p { color: rgb(238,210,209); }

 H1.HeaderClassName
 {
   color: #EED2D1;
 }
 .AnyTagClassName
 {
   color: #EED2D1;
 }
</style>
background-color css

<style>
 a { background-color: #EED2D1; }

 a { background-color: rgb(238,210,209); }

 div.DivClassName
 {
   background-color: #EED2D1;
 }
 .BgClassName
 {
   background-color: #EED2D1;
 }
</style>
border-color css

<style>
 span { border-color: #EED2D1; }

 span { border-color: rgb(238,210,209); }

 td.TdClassName
 {
   border-color: #EED2D1;
 }
 .TagClassName
 {
   border-color: #EED2D1;
 }
</style>