Html Css Color HEX #E1DEED Quartz

📋 copy color: '#E1DEED'

red 225 ◦ green 222 ◦ blue 237

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

Shades of Quartz #E1DEED

Tints of Quartz #E1DEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.65%

R = 32.89%
G = 32.46%
B = 34.65%

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

#E1DEED (or 0xE1DEED) is known color: Quartz. HEX triplet: E1, DE and ED. RGB value is (225,222,237). Sum of RGB (Red+Green+Blue) = 225+222+237=684 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.89% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEED is #1E2112. Grayscale: #E0E0E0. Windows color (decimal): -1974547 or 15589089. OLE color: 15589089.

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

Color convert

RGB 225 222 237 -
CMYK 0.05 0.06 0 0.07
HSL 252º 0.29% 0.9% -
HSV(B) 252º 0.06% 0.93% -
XYZ 72.46 74.36 90.66 -
YUV 224.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 225 222 237 0.05 0.06 0 0.07 252 0.29 0.9
Hex E1 DE ED 5 6 0 7 FC 1D 5A
Octal 341 336 355 5 6 0 7 374 35 132
Binary 11100001 11011110 11101101 101 110 0 111 11111100 11101 1011010

Color Harmonies of #E1DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DEED

Black with #E1DEED

Text Example


Text Example

White with #E1DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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