Html Css Color HEX #EAD6E8 Snuff

📋 copy color: '#EAD6E8'

red 234 ◦ green 214 ◦ blue 232

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

Shades of Snuff #EAD6E8

Tints of Snuff #EAD6E8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.47%

 BLUE value IS 232 (91.02% from 255) = 34.12%

R = 34.41%
G = 31.47%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EAD6E8 (or 0xEAD6E8) is known color: Snuff. HEX triplet: EA, D6 and E8. RGB value is (234,214,232). Sum of RGB (Red+Green+Blue) = 234+214+232=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6E8 is #152917. Grayscale: #DDDDDD. Windows color (decimal): -1386776 or 15259370. OLE color: 15259370.

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

Color convert

RGB 234 214 232 -
CMYK 0 0.09 0.01 0.08
HSL 306º 0.32% 0.88% -
HSV(B) 306º 0.09% 0.92% -
XYZ 72.54 71.41 86.3 -
YUV 222.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 234 214 232 0 0.09 0.01 0.08 306 0.32 0.88
Hex EA D6 E8 0 9 1 8 132 20 58
Octal 352 326 350 0 11 1 10 462 40 130
Binary 11101010 11010110 11101000 0 1001 1 1000 100110010 100000 1011000

Color Harmonies of #EAD6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD6E8

Black with #EAD6E8

Text Example


Text Example

White with #EAD6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD6E8; }

 p { color: rgb(234,214,232); }

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

background-color css

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

 a { background-color: rgb(234,214,232); }

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

border-color css

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

 span { border-color: rgb(234,214,232); }

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