#E1CDCC

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

Shades of Vanilla Ice #E1CDCC

Tints of Vanilla Ice #E1CDCC

Color information

#E1CDCC (or 0xE1CDCC) is unknown color: approx Vanilla Ice. HEX triplet: E1, CD and CC. RGB value is (225,205,204). Sum of RGB (Red+Green+Blue) = 225+205+204=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDCC is #1E3233. Grayscale: #D2D2D2. Windows color (decimal): -1978932 or 13422049. OLE color: 13422049.

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

Color convert

RGB225205204-
CMYK00.090.090.12
HSL2.86º25.93%84.12%-
HSV(B)2.86º9.33%88.24%-
XYZ63.7864.0366.12-
YUV210.87124.13138.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=35.49%
G=32.33%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520520400.090.090.122.8625.9384.12
HexE1CDCC099C31a54
Octal3413153140111114332124
Binary111000011100110111001100010011001110011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDCC; }

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

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

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

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

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

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

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

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