#E2DDF2

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

Shades of Quartz #E2DDF2

Tints of Quartz #E2DDF2

Color information

#E2DDF2 (or 0xE2DDF2) is unknown color: approx Quartz. HEX triplet: E2, DD and F2. RGB value is (226,221,242). Sum of RGB (Red+Green+Blue) = 226+221+242=689 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.80% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2DDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDF2 is #1D220D. Grayscale: #E0E0E0. Windows color (decimal): -1909262 or 15916514. OLE color: 15916514.

HSL color Cylindrical-coordinate representation of color #E2DDF2: hue angle of 254.29º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2DDF2 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226221242-
CMYK0.070.0900.05
HSL254.29º44.68%90.78%-
HSV(B)254.29º8.68%94.9%-
XYZ73.2574.2994.48-
YUV224.89137.66128.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.80%
GREEN value IS 221 (86.72% from 255) = 32.08%
BLUE value IS 242 (94.92% from 255) = 35.12%
R=32.80%
G=32.08%
B=35.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262212420.070.0900.05254.2944.6890.78
HexE2DDF27905fe2d5b
Octal3423353627110537655133
Binary11100010110111011111001011110010101111111101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDF2; }

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

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

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

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

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

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

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

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