Html Css Color HEX #EADDE9 Snuff

📋 copy color: '#EADDE9'

red 234 ◦ green 221 ◦ blue 233

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

Shades of Snuff #EADDE9

Tints of Snuff #EADDE9

RGB

 RED value IS 234 (91.8% from 255) = 34.01%

 GREEN value IS 221 (86.72% from 255) = 32.12%

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

R = 34.01%
G = 32.12%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EADDE9 (or 0xEADDE9) is known color: Snuff. HEX triplet: EA, DD and E9. RGB value is (234,221,233). Sum of RGB (Red+Green+Blue) = 234+221+233=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDE9 is #152216. Grayscale: #E2E2E2. Windows color (decimal): -1384983 or 15326698. OLE color: 15326698.

HSL color Cylindrical-coordinate representation of color #EADDE9: hue angle of 304.62º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADDE9 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 233 -
CMYK 0 0.06 0.00 0.08
HSL 304.62º 0.24% 0.89% -
HSV(B) 304.62º 0.06% 0.92% -
XYZ 74.5 75.09 87.66 -
YUV 226.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 234 221 233 0 0.06 0.00 0.08 304.62 0.24 0.89
Hex EA DD E9 0 6 0 8 131 18 59
Octal 352 335 351 0 6 0 10 461 30 131
Binary 11101010 11011101 11101001 0 110 0 1000 100110001 11000 1011001

Color Harmonies of #EADDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDE9

Black with #EADDE9

Text Example


Text Example

White with #EADDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDE9; }

 p { color: rgb(234,221,233); }

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

background-color css

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

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

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

border-color css

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

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

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