#E0DBDD

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

Shades of Prim #E0DBDD

Tints of Prim #E0DBDD

Color information

#E0DBDD (or 0xE0DBDD) is unknown color: approx Prim. HEX triplet: E0, DB and DD. RGB value is (224,219,221). Sum of RGB (Red+Green+Blue) = 224+219+221=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBDD is #1F2422. Grayscale: #DCDCDC. Windows color (decimal): -2040867 or 14539744. OLE color: 14539744.

HSL color Cylindrical-coordinate representation of color #E0DBDD: hue angle of 336º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E0DBDD is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224219221-
CMYK00.020.010.12
HSL336º7.46%86.86%-
HSV(B)336º2.23%87.84%-
XYZ69.1271.7378.61-
YUV220.72128.16130.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.73%
GREEN value IS 219 (85.94% from 255) = 32.98%
BLUE value IS 221 (86.72% from 255) = 33.28%
R=33.73%
G=32.98%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421922100.020.010.123367.4686.86
HexE0DBDD021C150757
Octal340333335021145207127
Binary111000001101101111011101010111001010100001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBDD; }

 p { color: rgb(224,219,221); }

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

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

 a { background-color: rgb(224,219,221); }

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

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

 span { border-color: rgb(224,219,221); }

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