#EBD2ED

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

Shades of Snuff #EBD2ED

Tints of Snuff #EBD2ED

Color information

#EBD2ED (or 0xEBD2ED) is unknown color: approx Snuff. HEX triplet: EB, D2 and ED. RGB value is (235,210,237). Sum of RGB (Red+Green+Blue) = 235+210+237=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBD2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD2ED is #142D12. Grayscale: #DCDCDC. Windows color (decimal): -1322259 or 15586027. OLE color: 15586027.

HSL color Cylindrical-coordinate representation of color #EBD2ED: hue angle of 295.56º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD2ED is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235210237-
CMYK0.010.1100.07
HSL295.56º42.86%87.65%-
HSV(B)295.56º11.39%92.94%-
XYZ72.5969.8789.78-
YUV220.55137.28138.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 210 (82.42% from 255) = 30.79%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=34.46%
G=30.79%
B=34.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352102370.010.1100.07295.5642.8687.65
HexEBD2ED1B071282b58
Octal3533223551130745053130
Binary1110101111010010111011011101101111001010001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2ED; }

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

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

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

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

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

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

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

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