#E2DFE0

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

Shades of Prim #E2DFE0

Tints of Prim #E2DFE0

Color information

#E2DFE0 (or 0xE2DFE0) is unknown color: approx Prim. HEX triplet: E2, DF and E0. RGB value is (226,223,224). Sum of RGB (Red+Green+Blue) = 226+223+224=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFE0 is #1D201F. Grayscale: #E0E0E0. Windows color (decimal): -1908768 or 14737378. OLE color: 14737378.

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

Color convert

RGB226223224-
CMYK00.010.010.11
HSL340º4.92%88.04%-
HSV(B)340º1.33%88.63%-
XYZ71.2174.3381.11-
YUV224.01127.99129.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.58%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 224 (87.89% from 255) = 33.28%
R=33.58%
G=33.14%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622322400.010.010.113404.9288.04
HexE2DFE0011B154558
Octal342337340011135245130
Binary11100010110111111110000001110111010101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFE0; }

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

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

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

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

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

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

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

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