#E0DDEB

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

Shades of Quartz #E0DDEB

Tints of Quartz #E0DDEB

Color information

#E0DDEB (or 0xE0DDEB) is unknown color: approx Quartz. HEX triplet: E0, DD and EB. RGB value is (224,221,235). Sum of RGB (Red+Green+Blue) = 224+221+235=680 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.94% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDEB is #1F2214. Grayscale: #DFDFDF. Windows color (decimal): -2040341 or 15457760. OLE color: 15457760.

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

Color convert

RGB224221235-
CMYK0.050.0600.08
HSL252.86º25.93%89.41%-
HSV(B)252.86º5.96%92.16%-
XYZ71.5973.5689.02-
YUV223.49134.49128.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.94%
GREEN value IS 221 (86.72% from 255) = 32.5%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=32.94%
G=32.5%
B=34.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242212350.050.0600.08252.8625.9389.41
HexE0DDEB5608fd1a59
Octal3403353535601037532131
Binary1110000011011101111010111011100100011111101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDEB; }

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

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

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

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

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

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

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

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