#EAD2EF

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

Shades of Snuff #EAD2EF

Tints of Snuff #EAD2EF

Color information

#EAD2EF (or 0xEAD2EF) is unknown color: approx Snuff. HEX triplet: EA, D2 and EF. RGB value is (234,210,239). Sum of RGB (Red+Green+Blue) = 234+210+239=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAD2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2EF is #152D10. Grayscale: #DCDCDC. Windows color (decimal): -1387793 or 15717098. OLE color: 15717098.

HSL color Cylindrical-coordinate representation of color #EAD2EF: hue angle of 289.66º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAD2EF is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234210239-
CMYK0.020.1200.06
HSL289.66º47.54%88.04%-
HSV(B)289.66º12.13%93.73%-
XYZ72.5669.8291.31-
YUV220.48138.45137.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 210 (82.42% from 255) = 30.75%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=34.26%
G=30.75%
B=34.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342102390.020.1200.06289.6647.5488.04
HexEAD2EF2C061223058
Octal3523223572140644260130
Binary11101010110100101110111110110001101001000101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2EF; }

 p { color: rgb(234,210,239); }

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

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

 a { background-color: rgb(234,210,239); }

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

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

 span { border-color: rgb(234,210,239); }

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