#E2E3DF

Color #E2E3DF Black Squeeze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Squeeze #E2E3DF

Tints of Black Squeeze #E2E3DF

Color information

#E2E3DF (or 0xE2E3DF) is unknown color: approx Black Squeeze. HEX triplet: E2, E3 and DF. RGB value is (226,227,223). Sum of RGB (Red+Green+Blue) = 226+227+223=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E3DF is #1D1C20. Grayscale: #E2E2E2. Windows color (decimal): -1907745 or 14672866. OLE color: 14672866.

HSL color Cylindrical-coordinate representation of color #E2E3DF: hue angle of 75º degrees, saturation: 0.07, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E2E3DF is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226227223-
CMYK0.0000.020.11
HSL75º6.67%88.24%-
HSV(B)75º1.76%89.02%-
XYZ72.1576.4380.76-
YUV226.24126.17127.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.43%
GREEN value IS 227 (89.06% from 255) = 33.58%
BLUE value IS 223 (87.5% from 255) = 32.99%
R=33.43%
G=33.58%
B=32.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262272230.0000.020.11756.6788.24
HexE2E3DF002B4b758
Octal342343337002131137130
Binary1110001011100011110111110010101110010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E3DF; }

 p { color: rgb(226,227,223); }

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

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

 a { background-color: rgb(226,227,223); }

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

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

 span { border-color: rgb(226,227,223); }

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