#EED7D5

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

Shades of Vanilla Ice #EED7D5

Tints of Vanilla Ice #EED7D5

Color information

#EED7D5 (or 0xEED7D5) is unknown color: approx Vanilla Ice. HEX triplet: EE, D7 and D5. RGB value is (238,215,213). Sum of RGB (Red+Green+Blue) = 238+215+213=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7D5 is #11282A. Grayscale: #DDDDDD. Windows color (decimal): -1124395 or 14014446. OLE color: 14014446.

HSL color Cylindrical-coordinate representation of color #EED7D5: hue angle of 4.8º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED7D5 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238215213-
CMYK00.100.110.07
HSL4.8º42.37%88.43%-
HSV(B)4.8º10.5%93.33%-
XYZ71.5771.5873-
YUV221.65123.12139.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 215 (84.38% from 255) = 32.28%
BLUE value IS 213 (83.59% from 255) = 31.98%
R=35.74%
G=32.28%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821521300.100.110.074.842.3788.43
HexEED7D50AB752a58
Octal356327325012137552130
Binary1110111011010111110101010101010111111011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7D5; }

 p { color: rgb(238,215,213); }

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

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

 a { background-color: rgb(238,215,213); }

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

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

 span { border-color: rgb(238,215,213); }

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