#EBCFEB

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

Shades of Snuff #EBCFEB

Tints of Snuff #EBCFEB

Color information

#EBCFEB (or 0xEBCFEB) is unknown color: approx Snuff. HEX triplet: EB, CF and EB. RGB value is (235,207,235). Sum of RGB (Red+Green+Blue) = 235+207+235=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBCFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCFEB is #143014. Grayscale: #DADADA. Windows color (decimal): -1323029 or 15454187. OLE color: 15454187.

HSL color Cylindrical-coordinate representation of color #EBCFEB: hue angle of 300º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCFEB is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235207235-
CMYK00.1200.08
HSL300º41.18%86.67%-
HSV(B)300º11.91%92.16%-
XYZ71.5768.2988.01-
YUV218.56137.28139.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 207 (81.25% from 255) = 30.58%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=34.71%
G=30.58%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520723500.1200.0830041.1886.67
HexEBCFEB0C0812c2957
Octal35331735301401045451127
Binary11101011110011111110101101100010001001011001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFEB; }

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

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

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

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

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

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

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

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