#E2DCF1

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

Shades of Quartz #E2DCF1

Tints of Quartz #E2DCF1

Color information

#E2DCF1 (or 0xE2DCF1) is unknown color: approx Quartz. HEX triplet: E2, DC and F1. RGB value is (226,220,241). Sum of RGB (Red+Green+Blue) = 226+220+241=687 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.90% from 687); Green value is 220 (86.33% from 255 or 32.02% 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 #E2DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCF1 is #1D230E. Grayscale: #E0E0E0. Windows color (decimal): -1909519 or 15850722. OLE color: 15850722.

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

Color convert

RGB226220241-
CMYK0.060.0900.05
HSL257.14º42.86%90.39%-
HSV(B)257.14º8.71%94.51%-
XYZ72.8373.7193.61-
YUV224.19137.49129.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.90%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 241 (94.53% from 255) = 35.08%
R=32.90%
G=32.02%
B=35.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262202410.060.0900.05257.1442.8690.39
HexE2DCF169051012b5a
Octal3423343616110540153132
Binary111000101101110011110001110100101011000000011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCF1; }

 p { color: rgb(226,220,241); }

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

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

 a { background-color: rgb(226,220,241); }

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

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

 span { border-color: rgb(226,220,241); }

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