#EFCFEB

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

Shades of Snuff #EFCFEB

Tints of Snuff #EFCFEB

Color information

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

HSL color Cylindrical-coordinate representation of color #EFCFEB: hue angle of 307.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 #EFCFEB is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239207235-
CMYK00.130.020.06
HSL307.5º50%87.45%-
HSV(B)307.5º13.39%93.73%-
XYZ72.968.9788.07-
YUV219.76136.6141.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920723500.130.020.06307.55087.45
HexEFCFEB0D261343257
Octal3573173530152646462127
Binary11101111110011111110101101101101101001101001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFEB; }

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

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

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

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

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

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

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

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