#E2DBF9

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

Shades of Quartz #E2DBF9

Tints of Quartz #E2DBF9

Color information

#E2DBF9 (or 0xE2DBF9) is unknown color: approx Quartz. HEX triplet: E2, DB and F9. RGB value is (226,219,249). Sum of RGB (Red+Green+Blue) = 226+219+249=694 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.56% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2DBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBF9 is #1D2406. Grayscale: #E0E0E0. Windows color (decimal): -1909767 or 16374754. OLE color: 16374754.

HSL color Cylindrical-coordinate representation of color #E2DBF9: hue angle of 254º 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 #E2DBF9 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226219249-
CMYK0.090.1200.02
HSL254º71.43%91.76%-
HSV(B)254º12.05%97.65%-
XYZ73.7973.6799.95-
YUV224.51141.82129.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.56%
GREEN value IS 219 (85.94% from 255) = 31.56%
BLUE value IS 249 (97.66% from 255) = 35.88%
R=32.56%
G=31.56%
B=35.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262192490.090.1200.0225471.4391.76
HexE2DBF99C02fe475c
Octal342333371111402376107134
Binary111000101101101111111001100111000101111111010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBF9; }

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

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

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

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

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

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

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

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