#E1CBCA

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

Shades of Vanilla Ice #E1CBCA

Tints of Vanilla Ice #E1CBCA

Color information

#E1CBCA (or 0xE1CBCA) is unknown color: approx Vanilla Ice. HEX triplet: E1, CB and CA. RGB value is (225,203,202). Sum of RGB (Red+Green+Blue) = 225+203+202=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBCA is #1E3435. Grayscale: #D1D1D1. Windows color (decimal): -1979446 or 13290465. OLE color: 13290465.

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

Color convert

RGB225203202-
CMYK00.100.100.12
HSL2.61º27.71%83.73%-
HSV(B)2.61º10.22%88.24%-
XYZ63.0762.9864.71-
YUV209.46123.79139.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 203 (79.69% from 255) = 32.22%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=35.71%
G=32.22%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520320200.100.100.122.6127.7183.73
HexE1CBCA0AAC31c54
Octal3413133120121214334124
Binary111000011100101111001010010101010110011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBCA; }

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

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

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

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

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

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

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

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