#E1D5D4

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

Shades of Vanilla Ice #E1D5D4

Tints of Vanilla Ice #E1D5D4

Color information

#E1D5D4 (or 0xE1D5D4) is unknown color: approx Vanilla Ice. HEX triplet: E1, D5 and D4. RGB value is (225,213,212). Sum of RGB (Red+Green+Blue) = 225+213+212=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D5D4 is #1E2A2B. Grayscale: #D8D8D8. Windows color (decimal): -1976876 or 13948385. OLE color: 13948385.

HSL color Cylindrical-coordinate representation of color #E1D5D4: hue angle of 4.62º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1D5D4 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB225213212-
CMYK00.050.060.12
HSL4.62º17.81%85.69%-
HSV(B)4.62º5.78%88.24%-
XYZ66.7368.3571.96-
YUV216.47125.48134.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 213 (83.59% from 255) = 32.77%
BLUE value IS 212 (83.20% from 255) = 32.62%
R=34.62%
G=32.77%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521321200.050.060.124.6217.8185.69
HexE1D5D4056C51256
Octal34132532405614522126
Binary11100001110101011101010001011101100101100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D5D4; }

 p { color: rgb(225,213,212); }

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

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

 a { background-color: rgb(225,213,212); }

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

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

 span { border-color: rgb(225,213,212); }

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