Html Css Color HEX #E2DBF9 Quartz

📋 copy color: '#E2DBF9'

red 226 ◦ green 219 ◦ blue 249

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

Shades of Quartz #E2DBF9

Tints of Quartz #E2DBF9

RGB

 RED value IS 226 (88.67% from 255) = 32.56%

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

 BLUE value IS 249 (97.66% from 255) = 35.88%

R = 32.56%
G = 31.56%
B = 35.88%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2DBF9 (or 0xE2DBF9) is known color: Quartz. HEX triplet: E2, DB and F9. RGB value is (226,219,249). Sum of RGB (Red+Green+Blue) = 226+219+249=694 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.56% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2DBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBF9 is #1D2406. Grayscale: #E0E0E0. Windows color (decimal): -1909767 or 16374754. OLE color: 16374754.

HSL color Cylindrical-coordinate representation of color #E2DBF9: hue angle of 254º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DBF9 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 219 249 -
CMYK 0.09 0.12 0 0.02
HSL 254º 0.71% 0.92% -
HSV(B) 254º 0.12% 0.98% -
XYZ 73.79 73.67 99.95 -
YUV 224.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 226 219 249 0.09 0.12 0 0.02 254 0.71 0.92
Hex E2 DB F9 9 C 0 2 FE 47 5C
Octal 342 333 371 11 14 0 2 376 107 134
Binary 11100010 11011011 11111001 1001 1100 0 10 11111110 1000111 1011100

Color Harmonies of #E2DBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DBF9

Black with #E2DBF9

Text Example


Text Example

White with #E2DBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DBF9; }

 p { color: rgb(226,219,249); }

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

background-color css

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

 a { background-color: rgb(226,219,249); }

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

border-color css

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

 span { border-color: rgb(226,219,249); }

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