Html Css Color HEX #E1DCE0 Snuff

📋 copy color: '#E1DCE0'

red 225 ◦ green 220 ◦ blue 224

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

Shades of Snuff #E1DCE0

Tints of Snuff #E1DCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.88%

 BLUE value IS 224 (87.89% from 255) = 33.48%

R = 33.63%
G = 32.88%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E1DCE0 (or 0xE1DCE0) is known color: Snuff. HEX triplet: E1, DC and E0. RGB value is (225,220,224). Sum of RGB (Red+Green+Blue) = 225+220+224=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCE0 is #1E231F. Grayscale: #DDDDDD. Windows color (decimal): -1975072 or 14736609. OLE color: 14736609.

HSL color Cylindrical-coordinate representation of color #E1DCE0: hue angle of 312º degrees, saturation: 0.08, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E1DCE0 is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 220 224 -
CMYK 0 0.02 0.00 0.12
HSL 312º 0.08% 0.87% -
HSV(B) 312º 0.02% 0.88% -
XYZ 70.1 72.58 80.83 -
YUV 221.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 225 220 224 0 0.02 0.00 0.12 312 0.08 0.87
Hex E1 DC E0 0 2 0 C 138 8 57
Octal 341 334 340 0 2 0 14 470 10 127
Binary 11100001 11011100 11100000 0 10 0 1100 100111000 1000 1010111

Color Harmonies of #E1DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DCE0

Black with #E1DCE0

Text Example


Text Example

White with #E1DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DCE0; }

 p { color: rgb(225,220,224); }

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

background-color css

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

 a { background-color: rgb(225,220,224); }

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

border-color css

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

 span { border-color: rgb(225,220,224); }

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