#E1DDF1

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

Shades of Quartz #E1DDF1

Tints of Quartz #E1DDF1

Color information

#E1DDF1 (or 0xE1DDF1) is unknown color: approx Quartz. HEX triplet: E1, DD and F1. RGB value is (225,221,241). Sum of RGB (Red+Green+Blue) = 225+221+241=687 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.75% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDF1 is #1E220E. Grayscale: #E0E0E0. Windows color (decimal): -1974799 or 15850977. OLE color: 15850977.

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

Color convert

RGB225221241-
CMYK0.070.0800.05
HSL252º41.67%90.59%-
HSV(B)252º8.3%94.51%-
XYZ72.7874.0793.68-
YUV224.48137.33128.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.75%
GREEN value IS 221 (86.72% from 255) = 32.17%
BLUE value IS 241 (94.53% from 255) = 35.08%
R=32.75%
G=32.17%
B=35.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252212410.070.0800.0525241.6790.59
HexE1DDF17805fc2a5b
Octal3413353617100537452133
Binary11100001110111011111000111110000101111111001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDF1; }

 p { color: rgb(225,221,241); }

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

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

 a { background-color: rgb(225,221,241); }

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

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

 span { border-color: rgb(225,221,241); }

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