#E0DBEF

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

Shades of Quartz #E0DBEF

Tints of Quartz #E0DBEF

Color information

#E0DBEF (or 0xE0DBEF) is unknown color: approx Quartz. HEX triplet: E0, DB and EF. RGB value is (224,219,239). Sum of RGB (Red+Green+Blue) = 224+219+239=682 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.84% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DBEF is #1F2410. Grayscale: #DEDEDE. Windows color (decimal): -2040849 or 15719392. OLE color: 15719392.

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

Color convert

RGB224219239-
CMYK0.060.0800.06
HSL255º38.46%89.8%-
HSV(B)255º8.37%93.73%-
XYZ71.6572.7491.93-
YUV222.78137.16128.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.84%
GREEN value IS 219 (85.94% from 255) = 32.11%
BLUE value IS 239 (93.75% from 255) = 35.04%
R=32.84%
G=32.11%
B=35.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242192390.060.0800.0625538.4689.8
HexE0DBEF6806ff265a
Octal3403333576100637746132
Binary11100000110110111110111111010000110111111111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBEF; }

 p { color: rgb(224,219,239); }

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

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

 a { background-color: rgb(224,219,239); }

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

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

 span { border-color: rgb(224,219,239); }

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