#E0DBED

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

Shades of Quartz #E0DBED

Tints of Quartz #E0DBED

Color information

#E0DBED (or 0xE0DBED) is unknown color: approx Quartz. HEX triplet: E0, DB and ED. RGB value is (224,219,237). Sum of RGB (Red+Green+Blue) = 224+219+237=680 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.94% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DBED is #1F2412. Grayscale: #DEDEDE. Windows color (decimal): -2040851 or 15588320. OLE color: 15588320.

HSL color Cylindrical-coordinate representation of color #E0DBED: hue angle of 256.67º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0DBED is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224219237-
CMYK0.050.0800.07
HSL256.67º33.33%89.41%-
HSV(B)256.67º7.59%92.94%-
XYZ71.3672.6290.38-
YUV222.55136.16129.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.94%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 237 (92.97% from 255) = 34.85%
R=32.94%
G=32.21%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242192370.050.0800.07256.6733.3389.41
HexE0DBED58071012159
Octal3403333555100740141131
Binary111000001101101111101101101100001111000000011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBED; }

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

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

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

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

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

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

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

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