#EFBFEF

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

Shades of Snuff #EFBFEF

Tints of Snuff #EFBFEF

Color information

#EFBFEF (or 0xEFBFEF) is unknown color: approx Snuff. HEX triplet: EF, BF and EF. RGB value is (239,191,239). Sum of RGB (Red+Green+Blue) = 239+191+239=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFBFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFEF is #104010. Grayscale: #D2D2D2. Windows color (decimal): -1064977 or 15712239. OLE color: 15712239.

HSL color Cylindrical-coordinate representation of color #EFBFEF: hue angle of 300º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFEF is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239191239-
CMYK00.2000.06
HSL300º60%84.31%-
HSV(B)300º20.08%93.73%-
XYZ69.8161.8489.92-
YUV210.82143.9148.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 191 (75% from 255) = 28.55%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=35.72%
G=28.55%
B=35.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919123900.2000.063006084.31
HexEFBFEF0140612c3c54
Octal3572773570240645474124
Binary11101111101111111110111101010001101001011001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFEF; }

 p { color: rgb(239,191,239); }

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

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

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

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

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

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

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