#EAD0EB

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

Shades of Snuff #EAD0EB

Tints of Snuff #EAD0EB

Color information

#EAD0EB (or 0xEAD0EB) is unknown color: approx Snuff. HEX triplet: EA, D0 and EB. RGB value is (234,208,235). Sum of RGB (Red+Green+Blue) = 234+208+235=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 208 (81.64% from 255 or 30.72% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAD0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD0EB is #152F14. Grayscale: #DADADA. Windows color (decimal): -1388309 or 15454442. OLE color: 15454442.

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

Color convert

RGB234208235-
CMYK0.000.1100.08
HSL297.78º40.3%86.86%-
HSV(B)297.78º11.49%92.16%-
XYZ71.4868.688.07-
YUV218.85137.11138.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 208 (81.64% from 255) = 30.72%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=34.56%
G=30.72%
B=34.71%

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
Decimal2342082350.000.1100.08297.7840.386.86
HexEAD0EB0B0812a2857
Octal35232035301301045250127
Binary11101010110100001110101101011010001001010101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0EB; }

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

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

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

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

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

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

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

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