#E1DBF0

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

Shades of Quartz #E1DBF0

Tints of Quartz #E1DBF0

Color information

#E1DBF0 (or 0xE1DBF0) is unknown color: approx Quartz. HEX triplet: E1, DB and F0. RGB value is (225,219,240). Sum of RGB (Red+Green+Blue) = 225+219+240=684 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.89% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBF0 is #1E240F. Grayscale: #DFDFDF. Windows color (decimal): -1975312 or 15784929. OLE color: 15784929.

HSL color Cylindrical-coordinate representation of color #E1DBF0: hue angle of 257.14º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1DBF0 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225219240-
CMYK0.060.0900.06
HSL257.14º41.18%90%-
HSV(B)257.14º8.75%94.12%-
XYZ72.1172.9692.72-
YUV223.19137.49129.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.89%
GREEN value IS 219 (85.94% from 255) = 32.02%
BLUE value IS 240 (94.14% from 255) = 35.09%
R=32.89%
G=32.02%
B=35.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252192400.060.0900.06257.1441.1890
HexE1DBF06906101295a
Octal3413333606110640151132
Binary111000011101101111110000110100101101000000011010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBF0; }

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

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

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

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

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

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

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

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