#E1DBF9

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

Shades of Quartz #E1DBF9

Tints of Quartz #E1DBF9

Color information

#E1DBF9 (or 0xE1DBF9) is unknown color: approx Quartz. HEX triplet: E1, DB and F9. RGB value is (225,219,249). Sum of RGB (Red+Green+Blue) = 225+219+249=693 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.47% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1DBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBF9 is #1E2406. Grayscale: #E0E0E0. Windows color (decimal): -1975303 or 16374753. OLE color: 16374753.

HSL color Cylindrical-coordinate representation of color #E1DBF9: hue angle of 252º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1DBF9 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225219249-
CMYK0.100.1200.02
HSL252º71.43%91.76%-
HSV(B)252º12.05%97.65%-
XYZ73.4873.5199.94-
YUV224.21141.99128.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.47%
GREEN value IS 219 (85.94% from 255) = 31.60%
BLUE value IS 249 (97.66% from 255) = 35.93%
R=32.47%
G=31.60%
B=35.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252192490.100.1200.0225271.4391.76
HexE1DBF9AC02fc475c
Octal341333371121402374107134
Binary111000011101101111111001101011000101111110010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBF9; }

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

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

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

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

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

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

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

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