Html Css Color HEX #E1DAD2 Gallery

📋 copy color: '#E1DAD2'

red 225 ◦ green 218 ◦ blue 210

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

Shades of Gallery #E1DAD2

Tints of Gallery #E1DAD2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.38%

 BLUE value IS 210 (82.42% from 255) = 32.16%

R = 34.46%
G = 33.38%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E1DAD2 (or 0xE1DAD2) is known color: Gallery. HEX triplet: E1, DA and D2. RGB value is (225,218,210). Sum of RGB (Red+Green+Blue) = 225+218+210=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DAD2 is #1E252D. Grayscale: #DBDBDB. Windows color (decimal): -1975598 or 13818593. OLE color: 13818593.

HSL color Cylindrical-coordinate representation of color #E1DAD2: hue angle of 32º degrees, saturation: 0.2, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1DAD2 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 218 210 -
CMYK 0 0.03 0.07 0.12
HSL 32º 0.2% 0.85% -
HSV(B) 32º 0.07% 0.88% -
XYZ 67.76 70.8 71.07 -
YUV 219.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 225 218 210 0 0.03 0.07 0.12 32 0.2 0.85
Hex E1 DA D2 0 3 7 C 20 14 55
Octal 341 332 322 0 3 7 14 40 24 125
Binary 11100001 11011010 11010010 0 11 111 1100 100000 10100 1010101

Color Harmonies of #E1DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DAD2

Black with #E1DAD2

Text Example


Text Example

White with #E1DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DAD2; }

 p { color: rgb(225,218,210); }

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

background-color css

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

 a { background-color: rgb(225,218,210); }

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

border-color css

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

 span { border-color: rgb(225,218,210); }

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