Html Css Color HEX #E2D5DF Snuff

📋 copy color: '#E2D5DF'

red 226 ◦ green 213 ◦ blue 223

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

Shades of Snuff #E2D5DF

Tints of Snuff #E2D5DF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.18%

 BLUE value IS 223 (87.5% from 255) = 33.69%

R = 34.14%
G = 32.18%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E2D5DF (or 0xE2D5DF) is known color: Snuff. HEX triplet: E2, D5 and DF. RGB value is (226,213,223). Sum of RGB (Red+Green+Blue) = 226+213+223=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D5DF is #1D2A20. Grayscale: #D9D9D9. Windows color (decimal): -1911329 or 14669282. OLE color: 14669282.

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

Color convert

RGB 226 213 223 -
CMYK 0 0.06 0.01 0.11
HSL 313.85º 0.18% 0.86% -
HSV(B) 313.85º 0.06% 0.89% -
XYZ 68.48 69.08 79.54 -
YUV 218.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 226 213 223 0 0.06 0.01 0.11 313.85 0.18 0.86
Hex E2 D5 DF 0 6 1 B 13A 12 56
Octal 342 325 337 0 6 1 13 472 22 126
Binary 11100010 11010101 11011111 0 110 1 1011 100111010 10010 1010110

Color Harmonies of #E2D5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D5DF

Black with #E2D5DF

Text Example


Text Example

White with #E2D5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D5DF; }

 p { color: rgb(226,213,223); }

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

background-color css

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

 a { background-color: rgb(226,213,223); }

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

border-color css

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

 span { border-color: rgb(226,213,223); }

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