Html Css Color HEX #E9DAE5 Snuff

📋 copy color: '#E9DAE5'

red 233 ◦ green 218 ◦ blue 229

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

Shades of Snuff #E9DAE5

Tints of Snuff #E9DAE5

RGB

 RED value IS 233 (91.41% from 255) = 34.26%

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

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

R = 34.26%
G = 32.06%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E9DAE5 (or 0xE9DAE5) is known color: Snuff. HEX triplet: E9, DA and E5. RGB value is (233,218,229). Sum of RGB (Red+Green+Blue) = 233+218+229=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DAE5 is #16251A. Grayscale: #DFDFDF. Windows color (decimal): -1451291 or 15063785. OLE color: 15063785.

HSL color Cylindrical-coordinate representation of color #E9DAE5: hue angle of 316º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DAE5 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 218 229 -
CMYK 0 0.06 0.02 0.09
HSL 316º 0.25% 0.88% -
HSV(B) 316º 0.06% 0.91% -
XYZ 72.82 73.12 84.41 -
YUV 223.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 233 218 229 0 0.06 0.02 0.09 316 0.25 0.88
Hex E9 DA E5 0 6 2 9 13C 19 58
Octal 351 332 345 0 6 2 11 474 31 130
Binary 11101001 11011010 11100101 0 110 10 1001 100111100 11001 1011000

Color Harmonies of #E9DAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DAE5

Black with #E9DAE5

Text Example


Text Example

White with #E9DAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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