#EAD2E9

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

Shades of Snuff #EAD2E9

Tints of Snuff #EAD2E9

Color information

#EAD2E9 (or 0xEAD2E9) is unknown color: approx Snuff. HEX triplet: EA, D2 and E9. RGB value is (234,210,233). Sum of RGB (Red+Green+Blue) = 234+210+233=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2E9 is #152D16. Grayscale: #DBDBDB. Windows color (decimal): -1387799 or 15323882. OLE color: 15323882.

HSL color Cylindrical-coordinate representation of color #EAD2E9: hue angle of 302.5º 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 #EAD2E9 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB234210233-
CMYK00.100.000.08
HSL302.5º36.36%87.06%-
HSV(B)302.5º10.26%91.76%-
XYZ71.6969.4786.72-
YUV219.8135.45138.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 210 (82.42% from 255) = 31.02%
BLUE value IS 233 (91.41% from 255) = 34.42%
R=34.56%
G=31.02%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421023300.100.000.08302.536.3687.06
HexEAD2E90A0812e2457
Octal35232235101201045644127
Binary11101010110100101110100101010010001001011101001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2E9; }

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

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

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

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

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

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

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

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