#EAD2EA

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

Shades of Snuff #EAD2EA

Tints of Snuff #EAD2EA

Color information

#EAD2EA (or 0xEAD2EA) is unknown color: approx Snuff. HEX triplet: EA, D2 and EA. RGB value is (234,210,234). Sum of RGB (Red+Green+Blue) = 234+210+234=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAD2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2EA is #152D15. Grayscale: #DBDBDB. Windows color (decimal): -1387798 or 15389418. OLE color: 15389418.

HSL color Cylindrical-coordinate representation of color #EAD2EA: hue angle of 300º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD2EA is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234210234-
CMYK00.1000.08
HSL300º36.36%87.06%-
HSV(B)300º10.26%91.76%-
XYZ71.8369.5387.48-
YUV219.91135.95138.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 210 (82.42% from 255) = 30.97%
BLUE value IS 234 (91.80% from 255) = 34.51%
R=34.51%
G=30.97%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421023400.1000.0830036.3687.06
HexEAD2EA0A0812c2457
Octal35232235201201045444127
Binary11101010110100101110101001010010001001011001001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2EA; }

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

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

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

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

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

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

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

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