Html Css Color HEX #E1D6FB Quartz

📋 copy color: '#E1D6FB'

red 225 ◦ green 214 ◦ blue 251

#E1D6FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quartz #E1D6FB

Tints of Quartz #E1D6FB

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 value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1D6FB (or 0xE1D6FB) is known color: 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

RGB 225 214 251 -
CMYK 0.10 0.15 0 0.02
HSL 257.84º 0.82% 0.91% -
HSV(B) 257.84º 0.15% 0.98% -
XYZ 72.51 71.07 101.16 -
YUV 221.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 225 214 251 0.10 0.15 0 0.02 257.84 0.82 0.91
Hex E1 D6 FB A F 0 2 102 52 5B
Octal 341 326 373 12 17 0 2 402 122 133
Binary 11100001 11010110 11111011 1010 1111 0 10 100000010 1010010 1011011

Color Harmonies of #E1D6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D6FB

Black with #E1D6FB

Text Example


Text Example

White with #E1D6FB

Text Example


Text Example

HTML Codes & Css Web 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>