Html Css Color HEX #E0DAFC Quartz

📋 copy color: '#E0DAFC'

red 224 ◦ green 218 ◦ blue 252

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

Shades of Quartz #E0DAFC

Tints of Quartz #E0DAFC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.41%

 BLUE value IS 252 (98.83% from 255) = 36.31%

R = 32.28%
G = 31.41%
B = 36.31%

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

#E0DAFC (or 0xE0DAFC) is known color: Quartz. HEX triplet: E0, DA and FC. RGB value is (224,218,252). Sum of RGB (Red+Green+Blue) = 224+218+252=694 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.28% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAFC is #1F2503. Grayscale: #DFDFDF. Windows color (decimal): -2041092 or 16571104. OLE color: 16571104.

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

Color convert

RGB 224 218 252 -
CMYK 0.11 0.13 0 0.01
HSL 250.59º 0.85% 0.92% -
HSV(B) 250.59º 0.13% 0.99% -
XYZ 73.38 73.02 102.32 -
YUV 223.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 224 218 252 0.11 0.13 0 0.01 250.59 0.85 0.92
Hex E0 DA FC B D 0 1 FB 55 5C
Octal 340 332 374 13 15 0 1 373 125 134
Binary 11100000 11011010 11111100 1011 1101 0 1 11111011 1010101 1011100

Color Harmonies of #E0DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DAFC

Black with #E0DAFC

Text Example


Text Example

White with #E0DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DAFC; }

 p { color: rgb(224,218,252); }

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

background-color css

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

 a { background-color: rgb(224,218,252); }

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

border-color css

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

 span { border-color: rgb(224,218,252); }

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