Html Css Color HEX #E1DEEE Quartz

📋 copy color: '#E1DEEE'

red 225 ◦ green 222 ◦ blue 238

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

Shades of Quartz #E1DEEE

Tints of Quartz #E1DEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.41%

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

R = 32.85%
G = 32.41%
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

#E1DEEE (or 0xE1DEEE) is known color: Quartz. HEX triplet: E1, DE and EE. RGB value is (225,222,238). Sum of RGB (Red+Green+Blue) = 225+222+238=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 222 (87.11% from 255 or 32.41% 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 #E1DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEEE is #1E2111. Grayscale: #E0E0E0. Windows color (decimal): -1974546 or 15654625. OLE color: 15654625.

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

Color convert

RGB 225 222 238 -
CMYK 0.05 0.07 0 0.07
HSL 251.25º 0.32% 0.9% -
HSV(B) 251.25º 0.07% 0.93% -
XYZ 72.61 74.42 91.43 -
YUV 224.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 225 222 238 0.05 0.07 0 0.07 251.25 0.32 0.9
Hex E1 DE EE 5 7 0 7 FB 20 5A
Octal 341 336 356 5 7 0 7 373 40 132
Binary 11100001 11011110 11101110 101 111 0 111 11111011 100000 1011010

Color Harmonies of #E1DEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DEEE

Black with #E1DEEE

Text Example


Text Example

White with #E1DEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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