Html Css Color HEX #E9DAE9 Snuff

📋 copy color: '#E9DAE9'

red 233 ◦ green 218 ◦ blue 233

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

Shades of Snuff #E9DAE9

Tints of Snuff #E9DAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.06%

R = 34.06%
G = 31.87%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E9DAE9 (or 0xE9DAE9) is known color: Snuff. HEX triplet: E9, DA and E9. RGB value is (233,218,233). Sum of RGB (Red+Green+Blue) = 233+218+233=684 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.06% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E9DAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAE9 is #162516. Grayscale: #E0E0E0. Windows color (decimal): -1451287 or 15325929. OLE color: 15325929.

HSL color Cylindrical-coordinate representation of color #E9DAE9: hue angle of 300º 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 #E9DAE9 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 218 233 -
CMYK 0 0.06 0 0.09
HSL 300º 0.25% 0.88% -
HSV(B) 300º 0.06% 0.91% -
XYZ 73.38 73.35 87.38 -
YUV 224.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 233 218 233 0 0.06 0 0.09 300 0.25 0.88
Hex E9 DA E9 0 6 0 9 12C 19 58
Octal 351 332 351 0 6 0 11 454 31 130
Binary 11101001 11011010 11101001 0 110 0 1001 100101100 11001 1011000

Color Harmonies of #E9DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DAE9

Black with #E9DAE9

Text Example


Text Example

White with #E9DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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