#E1D6FB

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

Shades of Quartz #E1D6FB

Tints of Quartz #E1D6FB

Color information

#E1D6FB (or 0xE1D6FB) is unknown color: approx Quartz. HEX triplet: E1, D6 and FB. RGB value is (225,214,251). Sum of RGB (Red+Green+Blue) = 225+214+251=690 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.61% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1D6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D6FB is #1E2904. Grayscale: #DDDDDD. Windows color (decimal): -1976581 or 16504545. OLE color: 16504545.

HSL color Cylindrical-coordinate representation of color #E1D6FB: hue angle of 257.84º degrees, saturation: 0.82, 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 #E1D6FB is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225214251-
CMYK0.100.1500.02
HSL257.84º82.22%91.18%-
HSV(B)257.84º14.74%98.43%-
XYZ72.5171.07101.16-
YUV221.51144.64130.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.61%
GREEN value IS 214 (83.98% from 255) = 31.01%
BLUE value IS 251 (98.44% from 255) = 36.38%
R=32.61%
G=31.01%
B=36.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252142510.100.1500.02257.8482.2291.18
HexE1D6FBAF02102525b
Octal341326373121702402122133
Binary1110000111010110111110111010111101010000001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D6FB; }

 p { color: rgb(225,214,251); }

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

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

 a { background-color: rgb(225,214,251); }

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

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

 span { border-color: rgb(225,214,251); }

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