#E0DDF4

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

Shades of Quartz #E0DDF4

Tints of Quartz #E0DDF4

Color information

#E0DDF4 (or 0xE0DDF4) is unknown color: approx Quartz. HEX triplet: E0, DD and F4. RGB value is (224,221,244). Sum of RGB (Red+Green+Blue) = 224+221+244=689 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.51% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 244 - color contains mainly: blue. Hex color #E0DDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDF4 is #1F220B. Grayscale: #E0E0E0. Windows color (decimal): -2040332 or 16047584. OLE color: 16047584.

HSL color Cylindrical-coordinate representation of color #E0DDF4: hue angle of 247.83º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0DDF4 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB224221244-
CMYK0.080.0900.04
HSL247.83º51.11%91.18%-
HSV(B)247.83º9.43%95.69%-
XYZ72.9374.0996.05-
YUV224.52138.99127.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.51%
GREEN value IS 221 (86.72% from 255) = 32.08%
BLUE value IS 244 (95.70% from 255) = 35.41%
R=32.51%
G=32.08%
B=35.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242212440.080.0900.04247.8351.1191.18
HexE0DDF48904f8335b
Octal34033536410110437063133
Binary111000001101110111110100100010010100111110001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDF4; }

 p { color: rgb(224,221,244); }

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

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

 a { background-color: rgb(224,221,244); }

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

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

 span { border-color: rgb(224,221,244); }

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