Html Css Color HEX #E2DDF6 Quartz

📋 copy color: '#E2DDF6'

red 226 ◦ green 221 ◦ blue 246

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

Shades of Quartz #E2DDF6

Tints of Quartz #E2DDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.5%

R = 32.61%
G = 31.89%
B = 35.5%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E2DDF6 (or 0xE2DDF6) is known color: Quartz. HEX triplet: E2, DD and F6. RGB value is (226,221,246). Sum of RGB (Red+Green+Blue) = 226+221+246=693 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.61% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2DDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDF6 is #1D2209. Grayscale: #E1E1E1. Windows color (decimal): -1909258 or 16178658. OLE color: 16178658.

HSL color Cylindrical-coordinate representation of color #E2DDF6: hue angle of 252º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2DDF6 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 221 246 -
CMYK 0.08 0.10 0 0.04
HSL 252º 0.58% 0.92% -
HSV(B) 252º 0.1% 0.96% -
XYZ 73.86 74.54 97.68 -
YUV 225.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 226 221 246 0.08 0.10 0 0.04 252 0.58 0.92
Hex E2 DD F6 8 A 0 4 FC 3A 5C
Octal 342 335 366 10 12 0 4 374 72 134
Binary 11100010 11011101 11110110 1000 1010 0 100 11111100 111010 1011100

Color Harmonies of #E2DDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DDF6

Black with #E2DDF6

Text Example


Text Example

White with #E2DDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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