Html Css Color HEX #E1DDF1 Quartz

📋 copy color: '#E1DDF1'

red 225 ◦ green 221 ◦ blue 241

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

Shades of Quartz #E1DDF1

Tints of Quartz #E1DDF1

RGB

 RED value IS 225 (88.28% from 255) = 32.75%

 GREEN value IS 221 (86.72% from 255) = 32.17%

 BLUE value IS 241 (94.53% from 255) = 35.08%

R = 32.75%
G = 32.17%
B = 35.08%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E1DDF1 (or 0xE1DDF1) is known color: Quartz. HEX triplet: E1, DD and F1. RGB value is (225,221,241). Sum of RGB (Red+Green+Blue) = 225+221+241=687 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.75% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDF1 is #1E220E. Grayscale: #E0E0E0. Windows color (decimal): -1974799 or 15850977. OLE color: 15850977.

HSL color Cylindrical-coordinate representation of color #E1DDF1: hue angle of 252º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DDF1 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 221 241 -
CMYK 0.07 0.08 0 0.05
HSL 252º 0.42% 0.91% -
HSV(B) 252º 0.08% 0.95% -
XYZ 72.78 74.07 93.68 -
YUV 224.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 225 221 241 0.07 0.08 0 0.05 252 0.42 0.91
Hex E1 DD F1 7 8 0 5 FC 2A 5B
Octal 341 335 361 7 10 0 5 374 52 133
Binary 11100001 11011101 11110001 111 1000 0 101 11111100 101010 1011011

Color Harmonies of #E1DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DDF1

Black with #E1DDF1

Text Example


Text Example

White with #E1DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DDF1; }

 p { color: rgb(225,221,241); }

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

background-color css

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

 a { background-color: rgb(225,221,241); }

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

border-color css

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

 span { border-color: rgb(225,221,241); }

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