#E0DFED

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

Shades of Quartz #E0DFED

Tints of Quartz #E0DFED

Color information

#E0DFED (or 0xE0DFED) is unknown color: approx Quartz. HEX triplet: E0, DF and ED. RGB value is (224,223,237). Sum of RGB (Red+Green+Blue) = 224+223+237=684 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.75% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFED is #1F2012. Grayscale: #E0E0E0. Windows color (decimal): -2039827 or 15589344. OLE color: 15589344.

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

Color convert

RGB224223237-
CMYK0.050.0600.07
HSL244.29º28%90.2%-
HSV(B)244.29º5.91%92.94%-
XYZ72.4174.7490.73-
YUV224.9134.83127.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.75%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=32.75%
G=32.60%
B=34.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242232370.050.0600.07244.292890.2
HexE0DFED5607f41c5a
Octal340337355560736434132
Binary111000001101111111101101101110011111110100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFED; }

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

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

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

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

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

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

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

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