Html Css Color HEX #E2D5E5 Snuff

📋 copy color: '#E2D5E5'

red 226 ◦ green 213 ◦ blue 229

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

Shades of Snuff #E2D5E5

Tints of Snuff #E2D5E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.28%

R = 33.83%
G = 31.89%
B = 34.28%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E2D5E5 (or 0xE2D5E5) is known color: Snuff. HEX triplet: E2, D5 and E5. RGB value is (226,213,229). Sum of RGB (Red+Green+Blue) = 226+213+229=668 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.83% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2D5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D5E5 is #1D2A1A. Grayscale: #DADADA. Windows color (decimal): -1911323 or 15062498. OLE color: 15062498.

HSL color Cylindrical-coordinate representation of color #E2D5E5: hue angle of 288.75º degrees, saturation: 0.24, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2D5E5 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 213 229 -
CMYK 0.01 0.07 0 0.10
HSL 288.75º 0.24% 0.87% -
HSV(B) 288.75º 0.07% 0.9% -
XYZ 69.3 69.41 83.87 -
YUV 218.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 226 213 229 0.01 0.07 0 0.10 288.75 0.24 0.87
Hex E2 D5 E5 1 7 0 A 121 18 57
Octal 342 325 345 1 7 0 12 441 30 127
Binary 11100010 11010101 11100101 1 111 0 1010 100100001 11000 1010111

Color Harmonies of #E2D5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D5E5

Black with #E2D5E5

Text Example


Text Example

White with #E2D5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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