Html Css Color HEX #E1DBF0 Quartz

📋 copy color: '#E1DBF0'

red 225 ◦ green 219 ◦ blue 240

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

Shades of Quartz #E1DBF0

Tints of Quartz #E1DBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.09%

R = 32.89%
G = 32.02%
B = 35.09%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E1DBF0 (or 0xE1DBF0) is known color: Quartz. HEX triplet: E1, DB and F0. RGB value is (225,219,240). Sum of RGB (Red+Green+Blue) = 225+219+240=684 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.89% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBF0 is #1E240F. Grayscale: #DFDFDF. Windows color (decimal): -1975312 or 15784929. OLE color: 15784929.

HSL color Cylindrical-coordinate representation of color #E1DBF0: hue angle of 257.14º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1DBF0 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 219 240 -
CMYK 0.06 0.09 0 0.06
HSL 257.14º 0.41% 0.9% -
HSV(B) 257.14º 0.09% 0.94% -
XYZ 72.11 72.96 92.72 -
YUV 223.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 225 219 240 0.06 0.09 0 0.06 257.14 0.41 0.9
Hex E1 DB F0 6 9 0 6 101 29 5A
Octal 341 333 360 6 11 0 6 401 51 132
Binary 11100001 11011011 11110000 110 1001 0 110 100000001 101001 1011010

Color Harmonies of #E1DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DBF0

Black with #E1DBF0

Text Example


Text Example

White with #E1DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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