Html Css Color HEX #E1D6DE Snuff

📋 copy color: '#E1D6DE'

red 225 ◦ green 214 ◦ blue 222

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

Shades of Snuff #E1D6DE

Tints of Snuff #E1D6DE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.38%

 BLUE value IS 222 (87.11% from 255) = 33.59%

R = 34.04%
G = 32.38%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1D6DE (or 0xE1D6DE) is known color: Snuff. HEX triplet: E1, D6 and DE. RGB value is (225,214,222). Sum of RGB (Red+Green+Blue) = 225+214+222=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6DE is #1E2921. Grayscale: #DADADA. Windows color (decimal): -1976610 or 14604001. OLE color: 14604001.

HSL color Cylindrical-coordinate representation of color #E1D6DE: hue angle of 316.36º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1D6DE is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 214 222 -
CMYK 0 0.05 0.01 0.12
HSL 316.36º 0.15% 0.86% -
HSV(B) 316.36º 0.05% 0.88% -
XYZ 68.28 69.37 78.9 -
YUV 218.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 225 214 222 0 0.05 0.01 0.12 316.36 0.15 0.86
Hex E1 D6 DE 0 5 1 C 13C F 56
Octal 341 326 336 0 5 1 14 474 17 126
Binary 11100001 11010110 11011110 0 101 1 1100 100111100 1111 1010110

Color Harmonies of #E1D6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D6DE

Black with #E1D6DE

Text Example


Text Example

White with #E1D6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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