#E7DCE2

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

Shades of Prim #E7DCE2

Tints of Prim #E7DCE2

Color information

#E7DCE2 (or 0xE7DCE2) is unknown color: approx Prim. HEX triplet: E7, DC and E2. RGB value is (231,220,226). Sum of RGB (Red+Green+Blue) = 231+220+226=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCE2 is #18231D. Grayscale: #DFDFDF. Windows color (decimal): -1581854 or 14867687. OLE color: 14867687.

HSL color Cylindrical-coordinate representation of color #E7DCE2: hue angle of 327.27º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7DCE2 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB231220226-
CMYK00.050.020.09
HSL327.27º18.64%88.43%-
HSV(B)327.27º4.76%90.59%-
XYZ72.2873.6782.36-
YUV223.97129.14133.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.12%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 226 (88.67% from 255) = 33.38%
R=34.12%
G=32.50%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122022600.050.020.09327.2718.6488.43
HexE7DCE205291471358
Octal3473343420521150723130
Binary1110011111011100111000100101101001101000111100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCE2; }

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

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

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

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

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

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

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

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