Html Css Color HEX #E0DAFD Quartz

📋 copy color: '#E0DAFD'

red 224 ◦ green 218 ◦ blue 253

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

Shades of Quartz #E0DAFD

Tints of Quartz #E0DAFD

RGB

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

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

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

R = 32.23%
G = 31.37%
B = 36.4%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E0DAFD (or 0xE0DAFD) is known color: Quartz. HEX triplet: E0, DA and FD. RGB value is (224,218,253). Sum of RGB (Red+Green+Blue) = 224+218+253=695 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.23% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAFD is #1F2502. Grayscale: #DFDFDF. Windows color (decimal): -2041091 or 16636640. OLE color: 16636640.

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

Color convert

RGB 224 218 253 -
CMYK 0.11 0.14 0 0.01
HSL 250.29º 0.9% 0.92% -
HSV(B) 250.29º 0.14% 0.99% -
XYZ 73.54 73.08 103.16 -
YUV 223.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 224 218 253 0.11 0.14 0 0.01 250.29 0.9 0.92
Hex E0 DA FD B E 0 1 FA 5A 5C
Octal 340 332 375 13 16 0 1 372 132 134
Binary 11100000 11011010 11111101 1011 1110 0 1 11111010 1011010 1011100

Color Harmonies of #E0DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DAFD

Black with #E0DAFD

Text Example


Text Example

White with #E0DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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