Html Css Color HEX #E0DBFD Quartz

📋 copy color: '#E0DBFD'

red 224 ◦ green 219 ◦ blue 253

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

Shades of Quartz #E0DBFD

Tints of Quartz #E0DBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.35%

R = 32.18%
G = 31.47%
B = 36.35%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E0DBFD (or 0xE0DBFD) is known color: Quartz. HEX triplet: E0, DB and FD. RGB value is (224,219,253). Sum of RGB (Red+Green+Blue) = 224+219+253=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DBFD is #1F2402. Grayscale: #E0E0E0. Windows color (decimal): -2040835 or 16636896. OLE color: 16636896.

HSL color Cylindrical-coordinate representation of color #E0DBFD: hue angle of 248.82º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0DBFD is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 219 253 -
CMYK 0.11 0.13 0 0.01
HSL 248.82º 0.89% 0.93% -
HSV(B) 248.82º 0.13% 0.99% -
XYZ 73.8 73.6 103.25 -
YUV 224.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 224 219 253 0.11 0.13 0 0.01 248.82 0.89 0.93
Hex E0 DB FD B D 0 1 F9 59 5D
Octal 340 333 375 13 15 0 1 371 131 135
Binary 11100000 11011011 11111101 1011 1101 0 1 11111001 1011001 1011101

Color Harmonies of #E0DBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DBFD

Black with #E0DBFD

Text Example


Text Example

White with #E0DBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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