#E1DBF1

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

Shades of Quartz #E1DBF1

Tints of Quartz #E1DBF1

Color information

#E1DBF1 (or 0xE1DBF1) is unknown color: approx 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

RGB225219241-
CMYK0.070.0900.05
HSL256.36º44%90.2%-
HSV(B)256.36º9.13%94.51%-
XYZ72.2673.0293.51-
YUV223.3137.99129.21-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252192410.070.0900.05256.364490.2
HexE1DBF179051002c5a
Octal3413333617110540054132
Binary111000011101101111110001111100101011000000001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>