#E2CBCA

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

Shades of Vanilla Ice #E2CBCA

Tints of Vanilla Ice #E2CBCA

Color information

#E2CBCA (or 0xE2CBCA) is unknown color: approx Vanilla Ice. HEX triplet: E2, CB and CA. RGB value is (226,203,202). Sum of RGB (Red+Green+Blue) = 226+203+202=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBCA is #1D3435. Grayscale: #D1D1D1. Windows color (decimal): -1913910 or 13290466. OLE color: 13290466.

HSL color Cylindrical-coordinate representation of color #E2CBCA: hue angle of 2.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2CBCA is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB226203202-
CMYK00.100.110.11
HSL2.5º29.27%83.92%-
HSV(B)2.5º10.62%88.63%-
XYZ63.3863.1464.72-
YUV209.76123.62139.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.82%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=35.82%
G=32.17%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620320200.100.110.112.529.2783.92
HexE2CBCA0ABB31d54
Octal3423133120121313335124
Binary111000101100101111001010010101011101111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBCA; }

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

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

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

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

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

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

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

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