Html Css Color HEX #E1D3DE Snuff

📋 copy color: '#E1D3DE'

red 225 ◦ green 211 ◦ blue 222

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

Shades of Snuff #E1D3DE

Tints of Snuff #E1D3DE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.07%

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

R = 34.19%
G = 32.07%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1D3DE (or 0xE1D3DE) is known color: Snuff. HEX triplet: E1, D3 and DE. RGB value is (225,211,222). Sum of RGB (Red+Green+Blue) = 225+211+222=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3DE is #1E2C21. Grayscale: #D8D8D8. Windows color (decimal): -1977378 or 14603233. OLE color: 14603233.

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

Color convert

RGB 225 211 222 -
CMYK 0 0.06 0.01 0.12
HSL 312.86º 0.19% 0.85% -
HSV(B) 312.86º 0.06% 0.88% -
XYZ 67.53 67.87 78.65 -
YUV 216.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 225 211 222 0 0.06 0.01 0.12 312.86 0.19 0.85
Hex E1 D3 DE 0 6 1 C 139 13 55
Octal 341 323 336 0 6 1 14 471 23 125
Binary 11100001 11010011 11011110 0 110 1 1100 100111001 10011 1010101

Color Harmonies of #E1D3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D3DE

Black with #E1D3DE

Text Example


Text Example

White with #E1D3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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