Html Css Color HEX #EAD9E9 Snuff

📋 copy color: '#EAD9E9'

red 234 ◦ green 217 ◦ blue 233

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

Shades of Snuff #EAD9E9

Tints of Snuff #EAD9E9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.73%

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

R = 34.21%
G = 31.73%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EAD9E9 (or 0xEAD9E9) is known color: Snuff. HEX triplet: EA, D9 and E9. RGB value is (234,217,233). Sum of RGB (Red+Green+Blue) = 234+217+233=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9E9 is #152616. Grayscale: #DFDFDF. Windows color (decimal): -1386007 or 15325674. OLE color: 15325674.

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

Color convert

RGB 234 217 233 -
CMYK 0 0.07 0.00 0.08
HSL 303.53º 0.29% 0.88% -
HSV(B) 303.53º 0.07% 0.92% -
XYZ 73.45 73 87.31 -
YUV 223.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 234 217 233 0 0.07 0.00 0.08 303.53 0.29 0.88
Hex EA D9 E9 0 7 0 8 130 1D 58
Octal 352 331 351 0 7 0 10 460 35 130
Binary 11101010 11011001 11101001 0 111 0 1000 100110000 11101 1011000

Color Harmonies of #EAD9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD9E9

Black with #EAD9E9

Text Example


Text Example

White with #EAD9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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