#EBD2E9

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

Shades of Snuff #EBD2E9

Tints of Snuff #EBD2E9

Color information

#EBD2E9 (or 0xEBD2E9) is unknown color: approx Snuff. HEX triplet: EB, D2 and E9. RGB value is (235,210,233). Sum of RGB (Red+Green+Blue) = 235+210+233=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD2E9 is #142D16. Grayscale: #DCDCDC. Windows color (decimal): -1322263 or 15323883. OLE color: 15323883.

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

Color convert

RGB235210233-
CMYK00.110.010.08
HSL304.8º38.46%87.25%-
HSV(B)304.8º10.64%92.16%-
XYZ72.0269.6486.74-
YUV220.1135.28138.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 210 (82.42% from 255) = 30.97%
BLUE value IS 233 (91.41% from 255) = 34.37%
R=34.66%
G=30.97%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521023300.110.010.08304.838.4687.25
HexEBD2E90B181312657
Octal35332235101311046146127
Binary11101011110100101110100101011110001001100011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2E9; }

 p { color: rgb(235,210,233); }

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

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

 a { background-color: rgb(235,210,233); }

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

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

 span { border-color: rgb(235,210,233); }

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