#E0D2DA

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

Shades of Prim #E0D2DA

Tints of Prim #E0D2DA

Color information

#E0D2DA (or 0xE0D2DA) is unknown color: approx Prim. HEX triplet: E0, D2 and DA. RGB value is (224,210,218). Sum of RGB (Red+Green+Blue) = 224+210+218=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D2DA is #1F2D25. Grayscale: #D7D7D7. Windows color (decimal): -2043174 or 14340832. OLE color: 14340832.

HSL color Cylindrical-coordinate representation of color #E0D2DA: hue angle of 325.71º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0D2DA is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224210218-
CMYK00.060.030.12
HSL325.71º18.42%85.1%-
HSV(B)325.71º6.25%87.84%-
XYZ66.446775.76-
YUV215.1129.64134.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.36%
GREEN value IS 210 (82.42% from 255) = 32.21%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=34.36%
G=32.21%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421021800.060.030.12325.7118.4285.1
HexE0D2DA063C1461255
Octal3403223320631450622125
Binary1110000011010010110110100110111100101000110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D2DA; }

 p { color: rgb(224,210,218); }

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

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

 a { background-color: rgb(224,210,218); }

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

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

 span { border-color: rgb(224,210,218); }

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