#EADFE8

Color #EADFE8 Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #EADFE8

Tints of Snuff #EADFE8

Color information

#EADFE8 (or 0xEADFE8) is unknown color: approx Snuff. HEX triplet: EA, DF and E8. RGB value is (234,223,232). Sum of RGB (Red+Green+Blue) = 234+223+232=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFE8 is #152017. Grayscale: #E3E3E3. Windows color (decimal): -1384472 or 15261674. OLE color: 15261674.

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

Color convert

RGB234223232-
CMYK00.050.010.08
HSL310.91º20.75%89.61%-
HSV(B)310.91º4.7%91.76%-
XYZ74.8876.0987.08-
YUV227.31130.64132.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.96%
GREEN value IS 223 (87.5% from 255) = 32.37%
BLUE value IS 232 (91.02% from 255) = 33.67%
R=33.96%
G=32.37%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422323200.050.010.08310.9120.7589.61
HexEADFE80518137155a
Octal3523373500511046725132
Binary111010101101111111101000010111000100110111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFE8; }

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

 H1.HeaderClassName
 {
   color: #EADFE8;
 }
 .AnyTagClassName
 {
   color: #EADFE8;
 }
</style>
background-color css

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

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

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

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

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

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