Html Css Color HEX #E0D5FF Quartz

📋 copy color: '#E0D5FF'

red 224 ◦ green 213 ◦ blue 255

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

Shades of Quartz #E0D5FF

Tints of Quartz #E0D5FF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.78%

 BLUE value IS 255 (100% from 255) = 36.85%

R = 32.37%
G = 30.78%
B = 36.85%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E0D5FF (or 0xE0D5FF) is known color: Quartz. HEX triplet: E0, D5 and FF. RGB value is (224,213,255). Sum of RGB (Red+Green+Blue) = 224+213+255=692 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.37% from 692); Green value is 213 (83.59% from 255 or 30.78% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0D5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D5FF is #1F2A00. Grayscale: #DCDCDC. Windows color (decimal): -2042369 or 16766432. OLE color: 16766432.

HSL color Cylindrical-coordinate representation of color #E0D5FF: hue angle of 255.71º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0D5FF is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 213 255 -
CMYK 0.12 0.16 0 0
HSL 255.71º 1% 0.92% -
HSV(B) 255.71º 0.16% 1% -
XYZ 72.58 70.66 104.42 -
YUV 221.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 224 213 255 0.12 0.16 0 0 255.71 1 0.92
Hex E0 D5 FF C 10 0 0 100 64 5C
Octal 340 325 377 14 20 0 0 400 144 134
Binary 11100000 11010101 11111111 1100 10000 0 0 100000000 1100100 1011100

Color Harmonies of #E0D5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D5FF

Black with #E0D5FF

Text Example


Text Example

White with #E0D5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D5FF; }

 p { color: rgb(224,213,255); }

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

background-color css

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

 a { background-color: rgb(224,213,255); }

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

border-color css

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

 span { border-color: rgb(224,213,255); }

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