#E1DBDE

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

Shades of Prim #E1DBDE

Tints of Prim #E1DBDE

Color information

#E1DBDE (or 0xE1DBDE) is unknown color: approx Prim. HEX triplet: E1, DB and DE. RGB value is (225,219,222). Sum of RGB (Red+Green+Blue) = 225+219+222=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBDE is #1E2421. Grayscale: #DDDDDD. Windows color (decimal): -1975330 or 14605281. OLE color: 14605281.

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

Color convert

RGB225219222-
CMYK00.030.010.12
HSL330º9.09%87.06%-
HSV(B)330º2.67%88.24%-
XYZ69.5771.9479.33-
YUV221.14128.49130.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.78%
GREEN value IS 219 (85.94% from 255) = 32.88%
BLUE value IS 222 (87.11% from 255) = 33.33%
R=33.78%
G=32.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521922200.030.010.123309.0987.06
HexE1DBDE031C14a957
Octal3413333360311451211127
Binary1110000111011011110111100111110010100101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBDE; }

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

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

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

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

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

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

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

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