#EED2CF

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

Shades of Vanilla Ice #EED2CF

Tints of Vanilla Ice #EED2CF

Color information

#EED2CF (or 0xEED2CF) is unknown color: approx Vanilla Ice. HEX triplet: EE, D2 and CF. RGB value is (238,210,207). Sum of RGB (Red+Green+Blue) = 238+210+207=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2CF is #112D30. Grayscale: #DADADA. Windows color (decimal): -1125681 or 13619950. OLE color: 13619950.

HSL color Cylindrical-coordinate representation of color #EED2CF: hue angle of 5.81º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED2CF is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238210207-
CMYK00.120.130.07
HSL5.81º47.69%87.25%-
HSV(B)5.81º13.03%93.33%-
XYZ69.5768.7868.64-
YUV218.03121.78142.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.34%
GREEN value IS 210 (82.42% from 255) = 32.06%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=36.34%
G=32.06%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821020700.120.130.075.8147.6987.25
HexEED2CF0CD763057
Octal356322317014157660127
Binary1110111011010010110011110110011011111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2CF; }

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

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

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

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

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

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

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

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