#E3D0DB

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

Shades of Prim #E3D0DB

Tints of Prim #E3D0DB

Color information

#E3D0DB (or 0xE3D0DB) is unknown color: approx Prim. HEX triplet: E3, D0 and DB. RGB value is (227,208,219). Sum of RGB (Red+Green+Blue) = 227+208+219=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D0DB is #1C2F24. Grayscale: #D6D6D6. Windows color (decimal): -1847077 or 14405859. OLE color: 14405859.

HSL color Cylindrical-coordinate representation of color #E3D0DB: hue angle of 325.26º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3D0DB is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB227208219-
CMYK00.080.040.11
HSL325.26º25.33%85.29%-
HSV(B)325.26º8.37%89.02%-
XYZ67.0266.5676.33-
YUV214.94130.29136.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.71%
GREEN value IS 208 (81.64% from 255) = 31.80%
BLUE value IS 219 (85.94% from 255) = 33.49%
R=34.71%
G=31.80%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720821900.080.040.11325.2625.3385.29
HexE3D0DB084B1451955
Octal34332033301041350531125
Binary111000111101000011011011010001001011101000101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D0DB; }

 p { color: rgb(227,208,219); }

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

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

 a { background-color: rgb(227,208,219); }

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

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

 span { border-color: rgb(227,208,219); }

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