#EBD0ED

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

Shades of Snuff #EBD0ED

Tints of Snuff #EBD0ED

Color information

#EBD0ED (or 0xEBD0ED) is unknown color: approx Snuff. HEX triplet: EB, D0 and ED. RGB value is (235,208,237). Sum of RGB (Red+Green+Blue) = 235+208+237=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBD0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD0ED is #142F12. Grayscale: #DBDBDB. Windows color (decimal): -1322771 or 15585515. OLE color: 15585515.

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

Color convert

RGB235208237-
CMYK0.010.1200.07
HSL295.86º44.62%87.25%-
HSV(B)295.86º12.24%92.94%-
XYZ72.168.8989.62-
YUV219.38137.95139.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 208 (81.64% from 255) = 30.59%
BLUE value IS 237 (92.97% from 255) = 34.85%
R=34.56%
G=30.59%
B=34.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352082370.010.1200.07295.8644.6287.25
HexEBD0ED1C071282d57
Octal3533203551140745055127
Binary1110101111010000111011011110001111001010001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0ED; }

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

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

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

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

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

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

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

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