#E1CBCB

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

Shades of Vanilla Ice #E1CBCB

Tints of Vanilla Ice #E1CBCB

Color information

#E1CBCB (or 0xE1CBCB) is unknown color: approx Vanilla Ice. HEX triplet: E1, CB and CB. RGB value is (225,203,203). Sum of RGB (Red+Green+Blue) = 225+203+203=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBCB is #1E3434. Grayscale: #D1D1D1. Windows color (decimal): -1979445 or 13356001. OLE color: 13356001.

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

Color convert

RGB225203203-
CMYK00.100.100.12
HSL26.83%83.92%-
HSV(B)9.78%88.24%-
XYZ63.1963.0365.34-
YUV209.58124.29139-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=35.66%
G=32.17%
B=32.17%

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
Decimal22520320300.100.100.12026.8383.92
HexE1CBCB0AAC01b54
Octal3413133130121214033124
Binary11100001110010111100101101010101011000110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBCB; }

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

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

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

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

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

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

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

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