#E1CDCB

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

Shades of Vanilla Ice #E1CDCB

Tints of Vanilla Ice #E1CDCB

Color information

#E1CDCB (or 0xE1CDCB) is unknown color: approx Vanilla Ice. HEX triplet: E1, CD and CB. RGB value is (225,205,203). Sum of RGB (Red+Green+Blue) = 225+205+203=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDCB is #1E3234. Grayscale: #D2D2D2. Windows color (decimal): -1978933 or 13356513. OLE color: 13356513.

HSL color Cylindrical-coordinate representation of color #E1CDCB: hue angle of 5.45º degrees, saturation: 0.27, 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 #E1CDCB is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225205203-
CMYK00.090.100.12
HSL5.45º26.83%83.92%-
HSV(B)5.45º9.78%88.24%-
XYZ63.6663.9865.49-
YUV210.75123.63138.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.55%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=35.55%
G=32.39%
B=32.07%

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
Decimal22520520300.090.100.125.4526.8383.92
HexE1CDCB09AC51b54
Octal3413153130111214533124
Binary1110000111001101110010110100110101100101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDCB; }

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

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

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

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

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

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

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

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