#E2DCE0

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

Shades of Prim #E2DCE0

Tints of Prim #E2DCE0

Color information

#E2DCE0 (or 0xE2DCE0) is unknown color: approx Prim. HEX triplet: E2, DC and E0. RGB value is (226,220,224). Sum of RGB (Red+Green+Blue) = 226+220+224=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCE0 is #1D231F. Grayscale: #DEDEDE. Windows color (decimal): -1909536 or 14736610. OLE color: 14736610.

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

Color convert

RGB226220224-
CMYK00.030.010.11
HSL320º9.38%87.45%-
HSV(B)320º2.65%88.63%-
XYZ70.4172.7480.85-
YUV222.25128.99130.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.73%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 224 (87.89% from 255) = 33.43%
R=33.73%
G=32.84%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622022400.030.010.113209.3887.45
HexE2DCE0031B140957
Octal3423343400311350011127
Binary1110001011011100111000000111101110100000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCE0; }

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

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

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

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

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

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

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

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