Html Css Color HEX #E1DFEB Quartz

📋 copy color: '#E1DFEB'

red 225 ◦ green 223 ◦ blue 235

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

Shades of Quartz #E1DFEB

Tints of Quartz #E1DFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.41%

R = 32.94%
G = 32.65%
B = 34.41%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1DFEB (or 0xE1DFEB) is known color: Quartz. HEX triplet: E1, DF and EB. RGB value is (225,223,235). Sum of RGB (Red+Green+Blue) = 225+223+235=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFEB is #1E2014. Grayscale: #E0E0E0. Windows color (decimal): -1974293 or 15458273. OLE color: 15458273.

HSL color Cylindrical-coordinate representation of color #E1DFEB: hue angle of 250º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1DFEB is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 223 235 -
CMYK 0.04 0.05 0 0.08
HSL 250º 0.23% 0.9% -
HSV(B) 250º 0.05% 0.92% -
XYZ 72.43 74.78 89.21 -
YUV 224.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 225 223 235 0.04 0.05 0 0.08 250 0.23 0.9
Hex E1 DF EB 4 5 0 8 FA 17 5A
Octal 341 337 353 4 5 0 10 372 27 132
Binary 11100001 11011111 11101011 100 101 0 1000 11111010 10111 1011010

Color Harmonies of #E1DFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DFEB

Black with #E1DFEB

Text Example


Text Example

White with #E1DFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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