Html Css Color HEX #E2D3DE Snuff

📋 copy color: '#E2D3DE'

red 226 ◦ green 211 ◦ blue 222

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

Shades of Snuff #E2D3DE

Tints of Snuff #E2D3DE

RGB

 RED value IS 226 (88.67% from 255) = 34.29%

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

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

R = 34.29%
G = 32.02%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2D3DE (or 0xE2D3DE) is known color: Snuff. HEX triplet: E2, D3 and DE. RGB value is (226,211,222). Sum of RGB (Red+Green+Blue) = 226+211+222=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D3DE is #1D2C21. Grayscale: #D8D8D8. Windows color (decimal): -1911842 or 14603234. OLE color: 14603234.

HSL color Cylindrical-coordinate representation of color #E2D3DE: hue angle of 316º degrees, saturation: 0.21, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2D3DE is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 211 222 -
CMYK 0 0.07 0.02 0.11
HSL 316º 0.21% 0.86% -
HSV(B) 316º 0.07% 0.89% -
XYZ 67.84 68.03 78.66 -
YUV 216.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 226 211 222 0 0.07 0.02 0.11 316 0.21 0.86
Hex E2 D3 DE 0 7 2 B 13C 15 56
Octal 342 323 336 0 7 2 13 474 25 126
Binary 11100010 11010011 11011110 0 111 10 1011 100111100 10101 1010110

Color Harmonies of #E2D3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D3DE

Black with #E2D3DE

Text Example


Text Example

White with #E2D3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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