Html Css Color HEX #E2DBF3 Quartz

📋 copy color: '#E2DBF3'

red 226 ◦ green 219 ◦ blue 243

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

Shades of Quartz #E2DBF3

Tints of Quartz #E2DBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.32%

R = 32.85%
G = 31.83%
B = 35.32%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2DBF3 (or 0xE2DBF3) is known color: Quartz. HEX triplet: E2, DB and F3. RGB value is (226,219,243). Sum of RGB (Red+Green+Blue) = 226+219+243=688 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.85% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2DBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBF3 is #1D240C. Grayscale: #DFDFDF. Windows color (decimal): -1909773 or 15981538. OLE color: 15981538.

HSL color Cylindrical-coordinate representation of color #E2DBF3: hue angle of 257.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2DBF3 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 219 243 -
CMYK 0.07 0.10 0 0.05
HSL 257.5º 0.5% 0.91% -
HSV(B) 257.5º 0.1% 0.95% -
XYZ 72.87 73.3 95.1 -
YUV 223.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 226 219 243 0.07 0.10 0 0.05 257.5 0.5 0.91
Hex E2 DB F3 7 A 0 5 102 32 5B
Octal 342 333 363 7 12 0 5 402 62 133
Binary 11100010 11011011 11110011 111 1010 0 101 100000010 110010 1011011

Color Harmonies of #E2DBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DBF3

Black with #E2DBF3

Text Example


Text Example

White with #E2DBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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