#E3DBF8

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

Shades of Quartz #E3DBF8

Tints of Quartz #E3DBF8

Color information

#E3DBF8 (or 0xE3DBF8) is unknown color: approx Quartz. HEX triplet: E3, DB and F8. RGB value is (227,219,248). Sum of RGB (Red+Green+Blue) = 227+219+248=694 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.71% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 248 (97.27% from 255 or 35.73% from 694); Max value from RGB is 248 - color contains mainly: blue. Hex color #E3DBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DBF8 is #1C2407. Grayscale: #E0E0E0. Windows color (decimal): -1844232 or 16309219. OLE color: 16309219.

HSL color Cylindrical-coordinate representation of color #E3DBF8: hue angle of 256.55º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3DBF8 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB227219248-
CMYK0.080.1200.03
HSL256.55º67.44%91.57%-
HSV(B)256.55º11.69%97.25%-
XYZ73.9573.7799.15-
YUV224.7141.15129.64-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.71%
GREEN value IS 219 (85.94% from 255) = 31.56%
BLUE value IS 248 (97.27% from 255) = 35.73%
R=32.71%
G=31.56%
B=35.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2272192480.080.1200.03256.5567.4491.57
HexE3DBF88C03101435c
Octal343333370101403401103134
Binary1110001111011011111110001000110001110000000110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DBF8; }

 p { color: rgb(227,219,248); }

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

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

 a { background-color: rgb(227,219,248); }

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

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

 span { border-color: rgb(227,219,248); }

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