#E9D7DE

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

Shades of Prim #E9D7DE

Tints of Prim #E9D7DE

Color information

#E9D7DE (or 0xE9D7DE) is unknown color: approx Prim. HEX triplet: E9, D7 and DE. RGB value is (233,215,222). Sum of RGB (Red+Green+Blue) = 233+215+222=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D7DE is #162821. Grayscale: #DDDDDD. Windows color (decimal): -1452066 or 14604265. OLE color: 14604265.

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

Color convert

RGB233215222-
CMYK00.080.050.09
HSL336.67º29.03%87.84%-
HSV(B)336.67º7.73%91.37%-
XYZ71.0971.279.1-
YUV221.18128.46136.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.78%
GREEN value IS 215 (84.38% from 255) = 32.09%
BLUE value IS 222 (87.11% from 255) = 33.13%
R=34.78%
G=32.09%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321522200.080.050.09336.6729.0387.84
HexE9D7DE08591511d58
Octal35132733601051152135130
Binary111010011101011111011110010001011001101010001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D7DE; }

 p { color: rgb(233,215,222); }

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

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

 a { background-color: rgb(233,215,222); }

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

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

 span { border-color: rgb(233,215,222); }

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