#E7DDE2

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

Shades of Prim #E7DDE2

Tints of Prim #E7DDE2

Color information

#E7DDE2 (or 0xE7DDE2) is unknown color: approx Prim. HEX triplet: E7, DD and E2. RGB value is (231,221,226). Sum of RGB (Red+Green+Blue) = 231+221+226=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 226 (88.67% from 255 or 33.33% from 678); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDE2 is #18221D. Grayscale: #E0E0E0. Windows color (decimal): -1581598 or 14867943. OLE color: 14867943.

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

Color convert

RGB231221226-
CMYK00.040.020.09
HSL330º17.24%88.63%-
HSV(B)330º4.33%90.59%-
XYZ72.5474.1982.45-
YUV224.56128.81132.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.07%
GREEN value IS 221 (86.72% from 255) = 32.60%
BLUE value IS 226 (88.67% from 255) = 33.33%
R=34.07%
G=32.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122122600.040.020.0933017.2488.63
HexE7DDE2042914a1159
Octal3473353420421151221131
Binary1110011111011101111000100100101001101001010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDE2; }

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

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

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

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

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

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

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

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