#EFBFF6

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

Shades of Snuff #EFBFF6

Tints of Snuff #EFBFF6

Color information

#EFBFF6 (or 0xEFBFF6) is unknown color: approx Snuff. HEX triplet: EF, BF and F6. RGB value is (239,191,246). Sum of RGB (Red+Green+Blue) = 239+191+246=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFBFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFF6 is #104009. Grayscale: #D3D3D3. Windows color (decimal): -1064970 or 16170991. OLE color: 16170991.

HSL color Cylindrical-coordinate representation of color #EFBFF6: hue angle of 292.36º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBFF6 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239191246-
CMYK0.030.2200.04
HSL292.36º75.34%85.69%-
HSV(B)292.36º22.36%96.47%-
XYZ70.8662.2795.47-
YUV211.62147.4147.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 191 (75% from 255) = 28.25%
BLUE value IS 246 (96.48% from 255) = 36.39%
R=35.36%
G=28.25%
B=36.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391912460.030.2200.04292.3675.3485.69
HexEFBFF6316041244b56
Octal35727736632604444113126
Binary1110111110111111111101101110110010010010010010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFF6; }

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

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

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

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

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

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

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

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