#EFBEF2

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

Shades of Snuff #EFBEF2

Tints of Snuff #EFBEF2

Color information

#EFBEF2 (or 0xEFBEF2) is unknown color: approx Snuff. HEX triplet: EF, BE and F2. RGB value is (239,190,242). Sum of RGB (Red+Green+Blue) = 239+190+242=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 190 (74.61% from 255 or 28.32% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFBEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEF2 is #10410D. Grayscale: #D2D2D2. Windows color (decimal): -1065230 or 15908591. OLE color: 15908591.

HSL color Cylindrical-coordinate representation of color #EFBEF2: hue angle of 296.54º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBEF2 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239190242-
CMYK0.010.2100.05
HSL296.54º66.67%84.71%-
HSV(B)296.54º21.49%94.9%-
XYZ70.0461.5992.2-
YUV210.58145.73148.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 190 (74.61% from 255) = 28.32%
BLUE value IS 242 (94.92% from 255) = 36.07%
R=35.62%
G=28.32%
B=36.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391902420.010.2100.05296.5466.6784.71
HexEFBEF2115051294355
Octal35727636212505451103125
Binary111011111011111011110010110101010110010100110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEF2; }

 p { color: rgb(239,190,242); }

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

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

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

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

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

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

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