#E9D0DA

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

Shades of Prim #E9D0DA

Tints of Prim #E9D0DA

Color information

#E9D0DA (or 0xE9D0DA) is unknown color: approx Prim. HEX triplet: E9, D0 and DA. RGB value is (233,208,218). Sum of RGB (Red+Green+Blue) = 233+208+218=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D0DA is #162F25. Grayscale: #D8D8D8. Windows color (decimal): -1453862 or 14340329. OLE color: 14340329.

HSL color Cylindrical-coordinate representation of color #E9D0DA: hue angle of 336º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9D0DA is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233208218-
CMYK00.110.060.09
HSL336º36.23%86.47%-
HSV(B)336º10.73%91.37%-
XYZ68.8267.575.73-
YUV216.61128.78139.69-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.36%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=35.36%
G=31.56%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320821800.110.060.0933636.2386.47
HexE9D0DA0B691502456
Octal35132033201361152044126
Binary1110100111010000110110100101111010011010100001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D0DA; }

 p { color: rgb(233,208,218); }

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

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

 a { background-color: rgb(233,208,218); }

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

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

 span { border-color: rgb(233,208,218); }

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