Html Css Color HEX #E1DDEE Quartz

📋 copy color: '#E1DDEE'

red 225 ◦ green 221 ◦ blue 238

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

Shades of Quartz #E1DDEE

Tints of Quartz #E1DDEE

RGB

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

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

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

R = 32.89%
G = 32.31%
B = 34.8%

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

#E1DDEE (or 0xE1DDEE) is known color: Quartz. HEX triplet: E1, DD and EE. RGB value is (225,221,238). Sum of RGB (Red+Green+Blue) = 225+221+238=684 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.89% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDEE is #1E2211. Grayscale: #E0E0E0. Windows color (decimal): -1974802 or 15654369. OLE color: 15654369.

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

Color convert

RGB 225 221 238 -
CMYK 0.05 0.07 0 0.07
HSL 254.12º 0.33% 0.9% -
HSV(B) 254.12º 0.07% 0.93% -
XYZ 72.34 73.89 91.34 -
YUV 224.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 225 221 238 0.05 0.07 0 0.07 254.12 0.33 0.9
Hex E1 DD EE 5 7 0 7 FE 21 5A
Octal 341 335 356 5 7 0 7 376 41 132
Binary 11100001 11011101 11101110 101 111 0 111 11111110 100001 1011010

Color Harmonies of #E1DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DDEE

Black with #E1DDEE

Text Example


Text Example

White with #E1DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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