#EBD1EA

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

Shades of Snuff #EBD1EA

Tints of Snuff #EBD1EA

Color information

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

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

Color convert

RGB235209234-
CMYK00.110.000.08
HSL302.31º39.39%87.06%-
HSV(B)302.31º11.06%92.16%-
XYZ71.9169.287.41-
YUV219.62136.11138.97-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520923400.110.000.08302.3139.3987.06
HexEBD1EA0B0812e2757
Octal35332135201301045647127
Binary11101011110100011110101001011010001001011101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1EA; }

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

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

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

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

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

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

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

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