#EBCFED

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

Shades of Snuff #EBCFED

Tints of Snuff #EBCFED

Color information

#EBCFED (or 0xEBCFED) is unknown color: approx Snuff. HEX triplet: EB, CF and ED. RGB value is (235,207,237). Sum of RGB (Red+Green+Blue) = 235+207+237=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBCFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCFED is #143012. Grayscale: #DADADA. Windows color (decimal): -1323027 or 15585259. OLE color: 15585259.

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

Color convert

RGB235207237-
CMYK0.010.1300.07
HSL296º45.45%87.06%-
HSV(B)296º12.66%92.94%-
XYZ71.8668.489.54-
YUV218.79138.28139.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.61%
GREEN value IS 207 (81.25% from 255) = 30.49%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=34.61%
G=30.49%
B=34.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352072370.010.1300.0729645.4587.06
HexEBCFED1D071282d57
Octal3533173551150745055127
Binary1110101111001111111011011110101111001010001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFED; }

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

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

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

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

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

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

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

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