#EADCE7

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

Shades of Snuff #EADCE7

Tints of Snuff #EADCE7

Color information

#EADCE7 (or 0xEADCE7) is unknown color: approx Snuff. HEX triplet: EA, DC and E7. RGB value is (234,220,231). Sum of RGB (Red+Green+Blue) = 234+220+231=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCE7 is #152318. Grayscale: #E1E1E1. Windows color (decimal): -1385241 or 15195370. OLE color: 15195370.

HSL color Cylindrical-coordinate representation of color #EADCE7: hue angle of 312.86º degrees, saturation: 0.25, 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 #EADCE7 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234220231-
CMYK00.060.010.08
HSL312.86º25%89.02%-
HSV(B)312.86º5.98%91.76%-
XYZ73.9574.4586.07-
YUV225.44131.14134.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 231 (90.62% from 255) = 33.72%
R=34.16%
G=32.12%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422023100.060.010.08312.862589.02
HexEADCE706181391959
Octal3523343470611047131131
Binary111010101101110011100111011011000100111001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCE7; }

 p { color: rgb(234,220,231); }

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

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

 a { background-color: rgb(234,220,231); }

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

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

 span { border-color: rgb(234,220,231); }

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