#EAD7EC

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

Shades of Snuff #EAD7EC

Tints of Snuff #EAD7EC

Color information

#EAD7EC (or 0xEAD7EC) is unknown color: approx Snuff. HEX triplet: EA, D7 and EC. RGB value is (234,215,236). Sum of RGB (Red+Green+Blue) = 234+215+236=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 215 (84.38% from 255 or 31.39% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAD7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD7EC is #152813. Grayscale: #DFDFDF. Windows color (decimal): -1386516 or 15521770. OLE color: 15521770.

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

Color convert

RGB234215236-
CMYK0.010.0900.07
HSL294.29º35.59%88.43%-
HSV(B)294.29º8.9%92.55%-
XYZ73.3772.1589.42-
YUV223.08135.29135.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 215 (84.38% from 255) = 31.39%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=34.16%
G=31.39%
B=34.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342152360.010.0900.07294.2935.5988.43
HexEAD7EC19071262458
Octal3523273541110744644130
Binary1110101011010111111011001100101111001001101001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7EC; }

 p { color: rgb(234,215,236); }

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

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

 a { background-color: rgb(234,215,236); }

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

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

 span { border-color: rgb(234,215,236); }

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