Html Css Color HEX #E2DDF1 Quartz

📋 copy color: '#E2DDF1'

red 226 ◦ green 221 ◦ blue 241

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

Shades of Quartz #E2DDF1

Tints of Quartz #E2DDF1

RGB

 RED value IS 226 (88.67% from 255) = 32.85%

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

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

R = 32.85%
G = 32.12%
B = 35.03%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2DDF1 (or 0xE2DDF1) is known color: Quartz. HEX triplet: E2, DD and F1. RGB value is (226,221,241). Sum of RGB (Red+Green+Blue) = 226+221+241=688 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.85% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDF1 is #1D220E. Grayscale: #E0E0E0. Windows color (decimal): -1909263 or 15850978. OLE color: 15850978.

HSL color Cylindrical-coordinate representation of color #E2DDF1: hue angle of 255º 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 #E2DDF1 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 221 241 -
CMYK 0.06 0.08 0 0.05
HSL 255º 0.42% 0.91% -
HSV(B) 255º 0.08% 0.95% -
XYZ 73.1 74.23 93.69 -
YUV 224.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 226 221 241 0.06 0.08 0 0.05 255 0.42 0.91
Hex E2 DD F1 6 8 0 5 FF 2A 5B
Octal 342 335 361 6 10 0 5 377 52 133
Binary 11100010 11011101 11110001 110 1000 0 101 11111111 101010 1011011

Color Harmonies of #E2DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DDF1

Black with #E2DDF1

Text Example


Text Example

White with #E2DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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