Html Css Color HEX #E0DCFB Quartz

📋 copy color: '#E0DCFB'

red 224 ◦ green 220 ◦ blue 251

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

Shades of Quartz #E0DCFB

Tints of Quartz #E0DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.65%

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

R = 32.23%
G = 31.65%
B = 36.12%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0DCFB (or 0xE0DCFB) is known color: Quartz. HEX triplet: E0, DC and FB. RGB value is (224,220,251). Sum of RGB (Red+Green+Blue) = 224+220+251=695 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.23% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCFB is #1F2304. Grayscale: #E0E0E0. Windows color (decimal): -2040581 or 16506080. OLE color: 16506080.

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

Color convert

RGB 224 220 251 -
CMYK 0.11 0.12 0 0.02
HSL 247.74º 0.79% 0.92% -
HSV(B) 247.74º 0.12% 0.98% -
XYZ 73.75 74 101.66 -
YUV 224.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 224 220 251 0.11 0.12 0 0.02 247.74 0.79 0.92
Hex E0 DC FB B C 0 2 F8 4F 5C
Octal 340 334 373 13 14 0 2 370 117 134
Binary 11100000 11011100 11111011 1011 1100 0 10 11111000 1001111 1011100

Color Harmonies of #E0DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCFB

Black with #E0DCFB

Text Example


Text Example

White with #E0DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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