#EBC7ED

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

Shades of Snuff #EBC7ED

Tints of Snuff #EBC7ED

Color information

#EBC7ED (or 0xEBC7ED) is unknown color: approx Snuff. HEX triplet: EB, C7 and ED. RGB value is (235,199,237). Sum of RGB (Red+Green+Blue) = 235+199+237=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBC7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC7ED is #143812. Grayscale: #D5D5D5. Windows color (decimal): -1325075 or 15583211. OLE color: 15583211.

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

Color convert

RGB235199237-
CMYK0.010.1600.07
HSL296.84º51.35%85.49%-
HSV(B)296.84º16.03%92.94%-
XYZ69.9764.6288.91-
YUV214.1140.93142.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 199 (78.12% from 255) = 29.66%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=35.02%
G=29.66%
B=35.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351992370.010.1600.07296.8451.3585.49
HexEBC7ED110071293355
Octal3533073551200745163125
Binary11101011110001111110110111000001111001010011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7ED; }

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

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

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

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

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

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

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

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