#E0DFEE

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

Shades of Quartz #E0DFEE

Tints of Quartz #E0DFEE

Color information

#E0DFEE (or 0xE0DFEE) is unknown color: approx Quartz. HEX triplet: E0, DF and EE. RGB value is (224,223,238). Sum of RGB (Red+Green+Blue) = 224+223+238=685 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.70% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFEE is #1F2011. Grayscale: #E0E0E0. Windows color (decimal): -2039826 or 15654880. OLE color: 15654880.

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

Color convert

RGB224223238-
CMYK0.060.0600.07
HSL244º30.61%90.39%-
HSV(B)244º6.3%93.33%-
XYZ72.5674.891.5-
YUV225.01135.33127.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.70%
GREEN value IS 223 (87.5% from 255) = 32.55%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=32.70%
G=32.55%
B=34.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242232380.060.0600.0724430.6190.39
HexE0DFEE6607f41f5a
Octal340337356660736437132
Binary111000001101111111101110110110011111110100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFEE; }

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

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

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

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

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

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

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

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