#E2DBDE

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

Shades of Prim #E2DBDE

Tints of Prim #E2DBDE

Color information

#E2DBDE (or 0xE2DBDE) is unknown color: approx Prim. HEX triplet: E2, DB and DE. RGB value is (226,219,222). Sum of RGB (Red+Green+Blue) = 226+219+222=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBDE is #1D2421. Grayscale: #DDDDDD. Windows color (decimal): -1909794 or 14605282. OLE color: 14605282.

HSL color Cylindrical-coordinate representation of color #E2DBDE: hue angle of 334.29º degrees, saturation: 0.11, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2DBDE is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226219222-
CMYK00.030.020.11
HSL334.29º10.77%87.25%-
HSV(B)334.29º3.1%88.63%-
XYZ69.8872.1179.34-
YUV221.44128.32131.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.88%
GREEN value IS 219 (85.94% from 255) = 32.83%
BLUE value IS 222 (87.11% from 255) = 33.28%
R=33.88%
G=32.83%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621922200.030.020.11334.2910.7787.25
HexE2DBDE032B14eb57
Octal3423333360321351613127
Binary11100010110110111101111001110101110100111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBDE; }

 p { color: rgb(226,219,222); }

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

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

 a { background-color: rgb(226,219,222); }

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

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

 span { border-color: rgb(226,219,222); }

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