Html Css Color HEX #E2DDEE Quartz

📋 copy color: '#E2DDEE'

red 226 ◦ green 221 ◦ blue 238

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

Shades of Quartz #E2DDEE

Tints of Quartz #E2DDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.74%

R = 32.99%
G = 32.26%
B = 34.74%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2DDEE (or 0xE2DDEE) is known color: Quartz. HEX triplet: E2, DD and EE. RGB value is (226,221,238). Sum of RGB (Red+Green+Blue) = 226+221+238=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDEE is #1D2211. Grayscale: #E0E0E0. Windows color (decimal): -1909266 or 15654370. OLE color: 15654370.

HSL color Cylindrical-coordinate representation of color #E2DDEE: hue angle of 257.65º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2DDEE is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 221 238 -
CMYK 0.05 0.07 0 0.07
HSL 257.65º 0.33% 0.9% -
HSV(B) 257.65º 0.07% 0.93% -
XYZ 72.65 74.05 91.35 -
YUV 224.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 226 221 238 0.05 0.07 0 0.07 257.65 0.33 0.9
Hex E2 DD EE 5 7 0 7 102 21 5A
Octal 342 335 356 5 7 0 7 402 41 132
Binary 11100010 11011101 11101110 101 111 0 111 100000010 100001 1011010

Color Harmonies of #E2DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DDEE

Black with #E2DDEE

Text Example


Text Example

White with #E2DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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