#EBCFEF

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

Shades of Snuff #EBCFEF

Tints of Snuff #EBCFEF

Color information

#EBCFEF (or 0xEBCFEF) is unknown color: approx Snuff. HEX triplet: EB, CF and EF. RGB value is (235,207,239). Sum of RGB (Red+Green+Blue) = 235+207+239=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBCFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCFEF is #143010. Grayscale: #DADADA. Windows color (decimal): -1323025 or 15716331. OLE color: 15716331.

HSL color Cylindrical-coordinate representation of color #EBCFEF: hue angle of 292.5º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCFEF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235207239-
CMYK0.020.1300.06
HSL292.5º50%87.45%-
HSV(B)292.5º13.39%93.73%-
XYZ72.1568.5291.08-
YUV219.02139.28139.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 207 (81.25% from 255) = 30.40%
BLUE value IS 239 (93.75% from 255) = 35.10%
R=34.51%
G=30.40%
B=35.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352072390.020.1300.06292.55087.45
HexEBCFEF2D061243257
Octal3533173572150644462127
Binary11101011110011111110111110110101101001001001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFEF; }

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

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

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

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

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

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

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

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