#EBD0EA

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

Shades of Snuff #EBD0EA

Tints of Snuff #EBD0EA

Color information

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

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

Color convert

RGB235208234-
CMYK00.110.000.08
HSL302.22º40.3%86.86%-
HSV(B)302.22º11.49%92.16%-
XYZ71.6768.7187.33-
YUV219.04136.45139.39-

RGB Variations

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

RGB

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

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
Decimal23520823400.110.000.08302.2240.386.86
HexEBD0EA0B0812e2857
Octal35332035201301045650127
Binary11101011110100001110101001011010001001011101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0EA; }

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

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

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

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

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

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

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

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