#E1CDCA

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

Shades of Vanilla Ice #E1CDCA

Tints of Vanilla Ice #E1CDCA

Color information

#E1CDCA (or 0xE1CDCA) is unknown color: approx Vanilla Ice. HEX triplet: E1, CD and CA. RGB value is (225,205,202). Sum of RGB (Red+Green+Blue) = 225+205+202=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDCA is #1E3235. Grayscale: #D2D2D2. Windows color (decimal): -1978934 or 13290977. OLE color: 13290977.

HSL color Cylindrical-coordinate representation of color #E1CDCA: hue angle of 7.83º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1CDCA is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225205202-
CMYK00.090.100.12
HSL7.83º27.71%83.73%-
HSV(B)7.83º10.22%88.24%-
XYZ63.5463.9364.87-
YUV210.64123.13138.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.60%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=35.60%
G=32.44%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520520200.090.100.127.8327.7183.73
HexE1CDCA09AC81c54
Octal34131531201112141034124
Binary11100001110011011100101001001101011001000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDCA; }

 p { color: rgb(225,205,202); }

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

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

 a { background-color: rgb(225,205,202); }

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

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

 span { border-color: rgb(225,205,202); }

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