#EFCFED

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

Shades of Snuff #EFCFED

Tints of Snuff #EFCFED

Color information

#EFCFED (or 0xEFCFED) is unknown color: approx Snuff. HEX triplet: EF, CF and ED. RGB value is (239,207,237). Sum of RGB (Red+Green+Blue) = 239+207+237=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFED is #103012. Grayscale: #DBDBDB. Windows color (decimal): -1060883 or 15585263. OLE color: 15585263.

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

Color convert

RGB239207237-
CMYK00.130.010.06
HSL303.75º50%87.45%-
HSV(B)303.75º13.39%93.73%-
XYZ73.269.0989.6-
YUV219.99137.6141.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 207 (81.25% from 255) = 30.31%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=34.99%
G=30.31%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920723700.130.010.06303.755087.45
HexEFCFED0D161303257
Octal3573173550151646062127
Binary1110111111001111111011010110111101001100001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFED; }

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

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

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

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

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

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

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

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