#E0DFE4

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

Shades of Quartz #E0DFE4

Tints of Quartz #E0DFE4

Color information

#E0DFE4 (or 0xE0DFE4) is unknown color: approx Quartz. HEX triplet: E0, DF and E4. RGB value is (224,223,228). Sum of RGB (Red+Green+Blue) = 224+223+228=675 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.19% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0DFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DFE4 is #1F201B. Grayscale: #DFDFDF. Windows color (decimal): -2039836 or 14999520. OLE color: 14999520.

HSL color Cylindrical-coordinate representation of color #E0DFE4: hue angle of 252º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E0DFE4 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224223228-
CMYK0.020.0200.11
HSL252º8.47%88.43%-
HSV(B)252º2.19%89.41%-
XYZ71.1374.2283.98-
YUV223.87130.33128.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.19%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 228 (89.45% from 255) = 33.78%
R=33.19%
G=33.04%
B=33.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242232280.020.0200.112528.4788.43
HexE0DFE4220Bfc858
Octal3403373442201337410130
Binary1110000011011111111001001010010111111110010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFE4; }

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

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

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

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

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

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

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

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