#E0DDF3

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

Shades of Quartz #E0DDF3

Tints of Quartz #E0DDF3

Color information

#E0DDF3 (or 0xE0DDF3) is unknown color: approx Quartz. HEX triplet: E0, DD and F3. RGB value is (224,221,243). Sum of RGB (Red+Green+Blue) = 224+221+243=688 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.56% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0DDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDF3 is #1F220C. Grayscale: #E0E0E0. Windows color (decimal): -2040333 or 15982048. OLE color: 15982048.

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

Color convert

RGB224221243-
CMYK0.080.0900.05
HSL248.18º47.83%90.98%-
HSV(B)248.18º9.05%95.29%-
XYZ72.7774.0395.25-
YUV224.4138.49127.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.56%
GREEN value IS 221 (86.72% from 255) = 32.12%
BLUE value IS 243 (95.31% from 255) = 35.32%
R=32.56%
G=32.12%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242212430.080.0900.05248.1847.8390.98
HexE0DDF38905f8305b
Octal34033536310110537060133
Binary111000001101110111110011100010010101111110001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDF3; }

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

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

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

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

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

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

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

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