#E0DFF1

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

Shades of Quartz #E0DFF1

Tints of Quartz #E0DFF1

Color information

#E0DFF1 (or 0xE0DFF1) is unknown color: approx Quartz. HEX triplet: E0, DF and F1. RGB value is (224,223,241). Sum of RGB (Red+Green+Blue) = 224+223+241=688 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.56% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFF1 is #1F200E. Grayscale: #E1E1E1. Windows color (decimal): -2039823 or 15851488. OLE color: 15851488.

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

Color convert

RGB224223241-
CMYK0.070.0700.05
HSL243.33º39.13%90.98%-
HSV(B)243.33º7.47%94.51%-
XYZ73.0174.9793.84-
YUV225.35136.83127.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.56%
GREEN value IS 223 (87.5% from 255) = 32.41%
BLUE value IS 241 (94.53% from 255) = 35.03%
R=32.56%
G=32.41%
B=35.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242232410.070.0700.05243.3339.1390.98
HexE0DFF17705f3275b
Octal340337361770536347133
Binary1110000011011111111100011111110101111100111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFF1; }

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

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

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

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

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

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

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

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