Html Css Color HEX #E2D0E5 Snuff

📋 copy color: '#E2D0E5'

red 226 ◦ green 208 ◦ blue 229

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

Shades of Snuff #E2D0E5

Tints of Snuff #E2D0E5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.37%

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

R = 34.09%
G = 31.37%
B = 34.54%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E2D0E5 (or 0xE2D0E5) is known color: Snuff. HEX triplet: E2, D0 and E5. RGB value is (226,208,229). Sum of RGB (Red+Green+Blue) = 226+208+229=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2D0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D0E5 is #1D2F1A. Grayscale: #D7D7D7. Windows color (decimal): -1912603 or 15061218. OLE color: 15061218.

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

Color convert

RGB 226 208 229 -
CMYK 0.01 0.09 0 0.10
HSL 291.43º 0.29% 0.86% -
HSV(B) 291.43º 0.09% 0.9% -
XYZ 68.06 66.94 83.46 -
YUV 215.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 226 208 229 0.01 0.09 0 0.10 291.43 0.29 0.86
Hex E2 D0 E5 1 9 0 A 123 1D 56
Octal 342 320 345 1 11 0 12 443 35 126
Binary 11100010 11010000 11100101 1 1001 0 1010 100100011 11101 1010110

Color Harmonies of #E2D0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D0E5

Black with #E2D0E5

Text Example


Text Example

White with #E2D0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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