Html Css Color HEX #E5DAE2 Snuff

📋 copy color: '#E5DAE2'

red 229 ◦ green 218 ◦ blue 226

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

Shades of Snuff #E5DAE2

Tints of Snuff #E5DAE2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.39%

 BLUE value IS 226 (88.67% from 255) = 33.58%

R = 34.03%
G = 32.39%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E5DAE2 (or 0xE5DAE2) is known color: Snuff. HEX triplet: E5, DA and E2. RGB value is (229,218,226). Sum of RGB (Red+Green+Blue) = 229+218+226=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DAE2 is #1A251D. Grayscale: #DEDEDE. Windows color (decimal): -1713438 or 14867173. OLE color: 14867173.

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

Color convert

RGB 229 218 226 -
CMYK 0 0.05 0.01 0.10
HSL 316.36º 0.17% 0.88% -
HSV(B) 316.36º 0.05% 0.9% -
XYZ 71.11 72.29 82.16 -
YUV 222.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 229 218 226 0 0.05 0.01 0.10 316.36 0.17 0.88
Hex E5 DA E2 0 5 1 A 13C 11 58
Octal 345 332 342 0 5 1 12 474 21 130
Binary 11100101 11011010 11100010 0 101 1 1010 100111100 10001 1011000

Color Harmonies of #E5DAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DAE2

Black with #E5DAE2

Text Example


Text Example

White with #E5DAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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