#E2DFED

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

Shades of Quartz #E2DFED

Tints of Quartz #E2DFED

Color information

#E2DFED (or 0xE2DFED) is unknown color: approx Quartz. HEX triplet: E2, DF and ED. RGB value is (226,223,237). Sum of RGB (Red+Green+Blue) = 226+223+237=686 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.94% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFED is #1D2012. Grayscale: #E1E1E1. Windows color (decimal): -1908755 or 15589346. OLE color: 15589346.

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

Color convert

RGB226223237-
CMYK0.050.0600.07
HSL252.86º28%90.2%-
HSV(B)252.86º5.91%92.94%-
XYZ73.0475.0690.76-
YUV225.49134.49128.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.94%
GREEN value IS 223 (87.5% from 255) = 32.51%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=32.94%
G=32.51%
B=34.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262232370.050.0600.07252.862890.2
HexE2DFED5607fd1c5a
Octal342337355560737534132
Binary111000101101111111101101101110011111111101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFED; }

 p { color: rgb(226,223,237); }

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

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

 a { background-color: rgb(226,223,237); }

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

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

 span { border-color: rgb(226,223,237); }

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