Html Css Color HEX #E2DBFA Quartz

📋 copy color: '#E2DBFA'

red 226 ◦ green 219 ◦ blue 250

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

Shades of Quartz #E2DBFA

Tints of Quartz #E2DBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.97%

R = 32.52%
G = 31.51%
B = 35.97%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2DBFA (or 0xE2DBFA) is known color: Quartz. HEX triplet: E2, DB and FA. RGB value is (226,219,250). Sum of RGB (Red+Green+Blue) = 226+219+250=695 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.52% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBFA is #1D2405. Grayscale: #E0E0E0. Windows color (decimal): -1909766 or 16440290. OLE color: 16440290.

HSL color Cylindrical-coordinate representation of color #E2DBFA: hue angle of 253.55º degrees, saturation: 0.76, 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 #E2DBFA is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 219 250 -
CMYK 0.10 0.12 0 0.02
HSL 253.55º 0.76% 0.92% -
HSV(B) 253.55º 0.12% 0.98% -
XYZ 73.95 73.73 100.78 -
YUV 224.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 226 219 250 0.10 0.12 0 0.02 253.55 0.76 0.92
Hex E2 DB FA A C 0 2 FE 4C 5C
Octal 342 333 372 12 14 0 2 376 114 134
Binary 11100010 11011011 11111010 1010 1100 0 10 11111110 1001100 1011100

Color Harmonies of #E2DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DBFA

Black with #E2DBFA

Text Example


Text Example

White with #E2DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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