Html Css Color HEX #E0D9DE Snuff

📋 copy color: '#E0D9DE'

red 224 ◦ green 217 ◦ blue 222

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

Shades of Snuff #E0D9DE

Tints of Snuff #E0D9DE

RGB

 RED value IS 224 (87.89% from 255) = 33.79%

 GREEN value IS 217 (85.16% from 255) = 32.73%

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

R = 33.79%
G = 32.73%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0D9DE (or 0xE0D9DE) is known color: Snuff. HEX triplet: E0, D9 and DE. RGB value is (224,217,222). Sum of RGB (Red+Green+Blue) = 224+217+222=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D9DE is #1F2621. Grayscale: #DBDBDB. Windows color (decimal): -2041378 or 14604768. OLE color: 14604768.

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

Color convert

RGB 224 217 222 -
CMYK 0 0.03 0.01 0.12
HSL 317.14º 0.1% 0.86% -
HSV(B) 317.14º 0.03% 0.88% -
XYZ 68.74 70.75 79.14 -
YUV 219.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 224 217 222 0 0.03 0.01 0.12 317.14 0.1 0.86
Hex E0 D9 DE 0 3 1 C 13D A 56
Octal 340 331 336 0 3 1 14 475 12 126
Binary 11100000 11011001 11011110 0 11 1 1100 100111101 1010 1010110

Color Harmonies of #E0D9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D9DE

Black with #E0D9DE

Text Example


Text Example

White with #E0D9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D9DE; }

 p { color: rgb(224,217,222); }

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

background-color css

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

 a { background-color: rgb(224,217,222); }

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

border-color css

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

 span { border-color: rgb(224,217,222); }

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