#E0DDEE

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

Shades of Quartz #E0DDEE

Tints of Quartz #E0DDEE

Color information

#E0DDEE (or 0xE0DDEE) is unknown color: approx Quartz. HEX triplet: E0, DD and EE. RGB value is (224,221,238). Sum of RGB (Red+Green+Blue) = 224+221+238=683 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.80% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDEE is #1F2211. Grayscale: #DFDFDF. Windows color (decimal): -2040338 or 15654368. OLE color: 15654368.

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

Color convert

RGB224221238-
CMYK0.060.0700.07
HSL250.59º33.33%90%-
HSV(B)250.59º7.14%93.33%-
XYZ72.0373.7391.32-
YUV223.84135.99128.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.80%
GREEN value IS 221 (86.72% from 255) = 32.36%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=32.80%
G=32.36%
B=34.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242212380.060.0700.07250.5933.3390
HexE0DDEE6707fb215a
Octal340335356670737341132
Binary1110000011011101111011101101110111111110111000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDEE; }

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

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

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

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

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

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

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

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