#E1DBF3

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

Shades of Quartz #E1DBF3

Tints of Quartz #E1DBF3

Color information

#E1DBF3 (or 0xE1DBF3) is unknown color: approx Quartz. HEX triplet: E1, DB and F3. RGB value is (225,219,243). Sum of RGB (Red+Green+Blue) = 225+219+243=687 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.75% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1DBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBF3 is #1E240C. Grayscale: #DFDFDF. Windows color (decimal): -1975309 or 15981537. OLE color: 15981537.

HSL color Cylindrical-coordinate representation of color #E1DBF3: hue angle of 255º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1DBF3 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225219243-
CMYK0.070.1000.05
HSL255º50%90.59%-
HSV(B)255º9.88%95.29%-
XYZ72.5673.1495.09-
YUV223.53138.99129.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.75%
GREEN value IS 219 (85.94% from 255) = 31.88%
BLUE value IS 243 (95.31% from 255) = 35.37%
R=32.75%
G=31.88%
B=35.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252192430.070.1000.052555090.59
HexE1DBF37A05ff325b
Octal3413333637120537762133
Binary11100001110110111111001111110100101111111111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBF3; }

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

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

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

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

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

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

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

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