#EBD7EC

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

Shades of Snuff #EBD7EC

Tints of Snuff #EBD7EC

Color information

#EBD7EC (or 0xEBD7EC) is unknown color: approx Snuff. HEX triplet: EB, D7 and EC. RGB value is (235,215,236). Sum of RGB (Red+Green+Blue) = 235+215+236=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBD7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD7EC is #142813. Grayscale: #DFDFDF. Windows color (decimal): -1320980 or 15521771. OLE color: 15521771.

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

Color convert

RGB235215236-
CMYK0.000.0900.07
HSL297.14º35.59%88.43%-
HSV(B)297.14º8.9%92.55%-
XYZ73.772.3289.43-
YUV223.37135.13136.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 215 (84.38% from 255) = 31.34%
BLUE value IS 236 (92.58% from 255) = 34.40%
R=34.26%
G=31.34%
B=34.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352152360.000.0900.07297.1435.5988.43
HexEBD7EC09071292458
Octal3533273540110745144130
Binary1110101111010111111011000100101111001010011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7EC; }

 p { color: rgb(235,215,236); }

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

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

 a { background-color: rgb(235,215,236); }

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

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

 span { border-color: rgb(235,215,236); }

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