#E0D5FB

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

Shades of Quartz #E0D5FB

Tints of Quartz #E0D5FB

Color information

#E0D5FB (or 0xE0D5FB) is unknown color: approx Quartz. HEX triplet: E0, D5 and FB. RGB value is (224,213,251). Sum of RGB (Red+Green+Blue) = 224+213+251=688 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.56% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0D5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D5FB is #1F2A04. Grayscale: #DCDCDC. Windows color (decimal): -2042373 or 16504288. OLE color: 16504288.

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

Color convert

RGB224213251-
CMYK0.110.1500.02
HSL257.37º82.61%90.98%-
HSV(B)257.37º15.14%98.43%-
XYZ71.9570.4101.06-
YUV220.62145.14130.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.56%
GREEN value IS 213 (83.59% from 255) = 30.96%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=32.56%
G=30.96%
B=36.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242132510.110.1500.02257.3782.6190.98
HexE0D5FBBF02101535b
Octal340325373131702401123133
Binary1110000011010101111110111011111101010000000110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D5FB; }

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

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

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

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

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

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

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

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