#E7DDE1

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

Shades of Prim #E7DDE1

Tints of Prim #E7DDE1

Color information

#E7DDE1 (or 0xE7DDE1) is unknown color: approx Prim. HEX triplet: E7, DD and E1. RGB value is (231,221,225). Sum of RGB (Red+Green+Blue) = 231+221+225=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDE1 is #18221E. Grayscale: #E0E0E0. Windows color (decimal): -1581599 or 14802407. OLE color: 14802407.

HSL color Cylindrical-coordinate representation of color #E7DDE1: hue angle of 336º 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 #E7DDE1 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231221225-
CMYK00.040.030.09
HSL336º17.24%88.63%-
HSV(B)336º4.33%90.59%-
XYZ72.474.1481.73-
YUV224.45128.31132.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.12%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 225 (88.28% from 255) = 33.23%
R=34.12%
G=32.64%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122122500.040.030.0933617.2488.63
HexE7DDE104391501159
Octal3473353410431152021131
Binary1110011111011101111000010100111001101010000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDE1; }

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

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

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

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

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

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

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

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