Html Css Color HEX #E5D3E1 Snuff

📋 copy color: '#E5D3E1'

red 229 ◦ green 211 ◦ blue 225

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

Shades of Snuff #E5D3E1

Tints of Snuff #E5D3E1

RGB

 RED value IS 229 (89.84% from 255) = 34.44%

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

 BLUE value IS 225 (88.28% from 255) = 33.83%

R = 34.44%
G = 31.73%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E5D3E1 (or 0xE5D3E1) is known color: Snuff. HEX triplet: E5, D3 and E1. RGB value is (229,211,225). Sum of RGB (Red+Green+Blue) = 229+211+225=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D3E1 is #1A2C1E. Grayscale: #D9D9D9. Windows color (decimal): -1715231 or 14799845. OLE color: 14799845.

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

Color convert

RGB 229 211 225 -
CMYK 0 0.08 0.02 0.10
HSL 313.33º 0.26% 0.86% -
HSV(B) 313.33º 0.08% 0.9% -
XYZ 69.2 68.68 80.84 -
YUV 217.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 229 211 225 0 0.08 0.02 0.10 313.33 0.26 0.86
Hex E5 D3 E1 0 8 2 A 139 1A 56
Octal 345 323 341 0 10 2 12 471 32 126
Binary 11100101 11010011 11100001 0 1000 10 1010 100111001 11010 1010110

Color Harmonies of #E5D3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D3E1

Black with #E5D3E1

Text Example


Text Example

White with #E5D3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D3E1; }

 p { color: rgb(229,211,225); }

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

background-color css

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

 a { background-color: rgb(229,211,225); }

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

border-color css

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

 span { border-color: rgb(229,211,225); }

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