Html Css Color HEX #E0DBFB Quartz

📋 copy color: '#E0DBFB'

red 224 ◦ green 219 ◦ blue 251

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

Shades of Quartz #E0DBFB

Tints of Quartz #E0DBFB

RGB

 RED value IS 224 (87.89% from 255) = 32.28%

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

 BLUE value IS 251 (98.44% from 255) = 36.17%

R = 32.28%
G = 31.56%
B = 36.17%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0DBFB (or 0xE0DBFB) is known color: Quartz. HEX triplet: E0, DB and FB. RGB value is (224,219,251). Sum of RGB (Red+Green+Blue) = 224+219+251=694 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.28% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DBFB is #1F2404. Grayscale: #E0E0E0. Windows color (decimal): -2040837 or 16505824. OLE color: 16505824.

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

Color convert

RGB 224 219 251 -
CMYK 0.11 0.13 0 0.02
HSL 249.38º 0.8% 0.92% -
HSV(B) 249.38º 0.13% 0.98% -
XYZ 73.48 73.48 101.58 -
YUV 224.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 224 219 251 0.11 0.13 0 0.02 249.38 0.8 0.92
Hex E0 DB FB B D 0 2 F9 50 5C
Octal 340 333 373 13 15 0 2 371 120 134
Binary 11100000 11011011 11111011 1011 1101 0 10 11111001 1010000 1011100

Color Harmonies of #E0DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DBFB

Black with #E0DBFB

Text Example


Text Example

White with #E0DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DBFB; }

 p { color: rgb(224,219,251); }

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

background-color css

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

 a { background-color: rgb(224,219,251); }

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

border-color css

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

 span { border-color: rgb(224,219,251); }

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