#EBD3EA

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

Shades of Snuff #EBD3EA

Tints of Snuff #EBD3EA

Color information

#EBD3EA (or 0xEBD3EA) is unknown color: approx Snuff. HEX triplet: EB, D3 and EA. RGB value is (235,211,234). Sum of RGB (Red+Green+Blue) = 235+211+234=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 211 (82.81% from 255 or 31.03% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD3EA is #142C15. Grayscale: #DCDCDC. Windows color (decimal): -1322006 or 15389675. OLE color: 15389675.

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

Color convert

RGB235211234-
CMYK00.100.000.08
HSL302.5º37.5%87.45%-
HSV(B)302.5º10.21%92.16%-
XYZ72.4170.1987.57-
YUV220.8135.45138.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 211 (82.81% from 255) = 31.03%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=34.56%
G=31.03%
B=34.41%

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
Decimal23521123400.100.000.08302.537.587.45
HexEBD3EA0A0812e2657
Octal35332335201201045646127
Binary11101011110100111110101001010010001001011101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3EA; }

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

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

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

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

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

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

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

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