#E0DDEC

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

Shades of Quartz #E0DDEC

Tints of Quartz #E0DDEC

Color information

#E0DDEC (or 0xE0DDEC) is unknown color: approx Quartz. HEX triplet: E0, DD and EC. RGB value is (224,221,236). Sum of RGB (Red+Green+Blue) = 224+221+236=681 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.89% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDEC is #1F2213. Grayscale: #DFDFDF. Windows color (decimal): -2040340 or 15523296. OLE color: 15523296.

HSL color Cylindrical-coordinate representation of color #E0DDEC: hue angle of 252º 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 #E0DDEC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224221236-
CMYK0.050.0600.07
HSL252º28.3%89.61%-
HSV(B)252º6.36%92.55%-
XYZ71.7473.6289.79-
YUV223.61134.99128.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.89%
GREEN value IS 221 (86.72% from 255) = 32.45%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=32.89%
G=32.45%
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
Decimal2242212360.050.0600.0725228.389.61
HexE0DDEC5607fc1c5a
Octal340335354560737434132
Binary111000001101110111101100101110011111111100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDEC; }

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

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

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

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

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

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

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

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