#EAD1EB

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

Shades of Snuff #EAD1EB

Tints of Snuff #EAD1EB

Color information

#EAD1EB (or 0xEAD1EB) is unknown color: approx Snuff. HEX triplet: EA, D1 and EB. RGB value is (234,209,235). Sum of RGB (Red+Green+Blue) = 234+209+235=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 209 (82.03% from 255 or 30.83% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAD1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD1EB is #152E14. Grayscale: #DBDBDB. Windows color (decimal): -1388053 or 15454698. OLE color: 15454698.

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

Color convert

RGB234209235-
CMYK0.000.1100.08
HSL297.69º39.39%87.06%-
HSV(B)297.69º11.06%92.16%-
XYZ71.7369.0988.15-
YUV219.44136.78138.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 209 (82.03% from 255) = 30.83%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=34.51%
G=30.83%
B=34.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342092350.000.1100.08297.6939.3987.06
HexEAD1EB0B0812a2757
Octal35232135301301045247127
Binary11101010110100011110101101011010001001010101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1EB; }

 p { color: rgb(234,209,235); }

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

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

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

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

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

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

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