#EAD4EC

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

Shades of Snuff #EAD4EC

Tints of Snuff #EAD4EC

Color information

#EAD4EC (or 0xEAD4EC) is unknown color: approx Snuff. HEX triplet: EA, D4 and EC. RGB value is (234,212,236). Sum of RGB (Red+Green+Blue) = 234+212+236=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAD4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD4EC is #152B13. Grayscale: #DDDDDD. Windows color (decimal): -1387284 or 15521002. OLE color: 15521002.

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

Color convert

RGB234212236-
CMYK0.010.1000.07
HSL295º38.71%87.84%-
HSV(B)295º10.17%92.55%-
XYZ72.6270.6489.16-
YUV221.31136.29137.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 212 (83.20% from 255) = 31.09%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=34.31%
G=31.09%
B=34.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342122360.010.1000.0729538.7187.84
HexEAD4EC1A071272758
Octal3523243541120744747130
Binary1110101011010100111011001101001111001001111001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4EC; }

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

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

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

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

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

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

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

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