#E2DDEF

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

Shades of Quartz #E2DDEF

Tints of Quartz #E2DDEF

Color information

#E2DDEF (or 0xE2DDEF) is unknown color: approx Quartz. HEX triplet: E2, DD and EF. RGB value is (226,221,239). Sum of RGB (Red+Green+Blue) = 226+221+239=686 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.94% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDEF is #1D2210. Grayscale: #E0E0E0. Windows color (decimal): -1909265 or 15719906. OLE color: 15719906.

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

Color convert

RGB226221239-
CMYK0.050.0800.06
HSL256.67º36%90.2%-
HSV(B)256.67º7.53%93.73%-
XYZ72.874.1192.13-
YUV224.55136.16129.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.94%
GREEN value IS 221 (86.72% from 255) = 32.22%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=32.94%
G=32.22%
B=34.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262212390.050.0800.06256.673690.2
HexE2DDEF5806101245a
Octal3423353575100640144132
Binary111000101101110111101111101100001101000000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDEF; }

 p { color: rgb(226,221,239); }

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

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

 a { background-color: rgb(226,221,239); }

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

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

 span { border-color: rgb(226,221,239); }

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