#E4DFEF

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

Shades of Quartz #E4DFEF

Tints of Quartz #E4DFEF

Color information

#E4DFEF (or 0xE4DFEF) is unknown color: approx Quartz. HEX triplet: E4, DF and EF. RGB value is (228,223,239). Sum of RGB (Red+Green+Blue) = 228+223+239=690 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.04% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DFEF is #1B2010. Grayscale: #E2E2E2. Windows color (decimal): -1777681 or 15720420. OLE color: 15720420.

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

Color convert

RGB228223239-
CMYK0.050.0700.06
HSL258.75º33.33%90.59%-
HSV(B)258.75º6.69%93.73%-
XYZ73.9675.592.34-
YUV226.32135.16129.2-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.04%
GREEN value IS 223 (87.5% from 255) = 32.32%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=33.04%
G=32.32%
B=34.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2282232390.050.0700.06258.7533.3390.59
HexE4DFEF5706103215b
Octal344337357570640341133
Binary11100100110111111110111110111101101000000111000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DFEF; }

 p { color: rgb(228,223,239); }

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

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

 a { background-color: rgb(228,223,239); }

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

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

 span { border-color: rgb(228,223,239); }

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