#E0DCFB

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

Shades of Quartz #E0DCFB

Tints of Quartz #E0DCFB

Color information

#E0DCFB (or 0xE0DCFB) is unknown color: approx Quartz. HEX triplet: E0, DC and FB. RGB value is (224,220,251). Sum of RGB (Red+Green+Blue) = 224+220+251=695 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.23% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCFB is #1F2304. Grayscale: #E0E0E0. Windows color (decimal): -2040581 or 16506080. OLE color: 16506080.

HSL color Cylindrical-coordinate representation of color #E0DCFB: hue angle of 247.74º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0DCFB is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224220251-
CMYK0.110.1200.02
HSL247.74º79.49%92.35%-
HSV(B)247.74º12.35%98.43%-
XYZ73.7574101.66-
YUV224.73142.83127.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.23%
GREEN value IS 220 (86.33% from 255) = 31.65%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=32.23%
G=31.65%
B=36.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242202510.110.1200.02247.7479.4992.35
HexE0DCFBBC02f84f5c
Octal340334373131402370117134
Binary111000001101110011111011101111000101111100010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCFB; }

 p { color: rgb(224,220,251); }

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

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

 a { background-color: rgb(224,220,251); }

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

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

 span { border-color: rgb(224,220,251); }

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