Html Css Color HEX #E1DFEE Quartz

📋 copy color: '#E1DFEE'

red 225 ◦ green 223 ◦ blue 238

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

Shades of Quartz #E1DFEE

Tints of Quartz #E1DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.51%

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

R = 32.8%
G = 32.51%
B = 34.69%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1DFEE (or 0xE1DFEE) is known color: Quartz. HEX triplet: E1, DF and EE. RGB value is (225,223,238). Sum of RGB (Red+Green+Blue) = 225+223+238=686 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.80% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFEE is #1E2011. Grayscale: #E1E1E1. Windows color (decimal): -1974290 or 15654881. OLE color: 15654881.

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

Color convert

RGB 225 223 238 -
CMYK 0.05 0.06 0 0.07
HSL 248º 0.31% 0.9% -
HSV(B) 248º 0.06% 0.93% -
XYZ 72.87 74.96 91.52 -
YUV 225.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 225 223 238 0.05 0.06 0 0.07 248 0.31 0.9
Hex E1 DF EE 5 6 0 7 F8 1F 5A
Octal 341 337 356 5 6 0 7 370 37 132
Binary 11100001 11011111 11101110 101 110 0 111 11111000 11111 1011010

Color Harmonies of #E1DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DFEE

Black with #E1DFEE

Text Example


Text Example

White with #E1DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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