Html Css Color HEX #E1DBF1 Quartz

📋 copy color: '#E1DBF1'

red 225 ◦ green 219 ◦ blue 241

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

Shades of Quartz #E1DBF1

Tints of Quartz #E1DBF1

RGB

 RED value IS 225 (88.28% from 255) = 32.85%

 GREEN value IS 219 (85.94% from 255) = 31.97%

 BLUE value IS 241 (94.53% from 255) = 35.18%

R = 32.85%
G = 31.97%
B = 35.18%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E1DBF1 (or 0xE1DBF1) is known color: Quartz. HEX triplet: E1, DB and F1. RGB value is (225,219,241). Sum of RGB (Red+Green+Blue) = 225+219+241=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBF1 is #1E240E. Grayscale: #DFDFDF. Windows color (decimal): -1975311 or 15850465. OLE color: 15850465.

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

Color convert

RGB 225 219 241 -
CMYK 0.07 0.09 0 0.05
HSL 256.36º 0.44% 0.9% -
HSV(B) 256.36º 0.09% 0.95% -
XYZ 72.26 73.02 93.51 -
YUV 223.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 225 219 241 0.07 0.09 0 0.05 256.36 0.44 0.9
Hex E1 DB F1 7 9 0 5 100 2C 5A
Octal 341 333 361 7 11 0 5 400 54 132
Binary 11100001 11011011 11110001 111 1001 0 101 100000000 101100 1011010

Color Harmonies of #E1DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DBF1

Black with #E1DBF1

Text Example


Text Example

White with #E1DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DBF1; }

 p { color: rgb(225,219,241); }

 H1.HeaderClassName
 {
   color: #E1DBF1;
 }
 .AnyTagClassName
 {
   color: #E1DBF1;
 }
</style>

background-color css

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

 a { background-color: rgb(225,219,241); }

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

border-color css

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

 span { border-color: rgb(225,219,241); }

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