#EFBBF2

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

Shades of Snuff #EFBBF2

Tints of Snuff #EFBBF2

Color information

#EFBBF2 (or 0xEFBBF2) is unknown color: approx Snuff. HEX triplet: EF, BB and F2. RGB value is (239,187,242). Sum of RGB (Red+Green+Blue) = 239+187+242=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFBBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBF2 is #10440D. Grayscale: #D0D0D0. Windows color (decimal): -1065998 or 15907823. OLE color: 15907823.

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

Color convert

RGB239187242-
CMYK0.010.2300.05
HSL296.73º67.9%84.12%-
HSV(B)296.73º22.73%94.9%-
XYZ69.3960.391.99-
YUV208.82146.73149.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 187 (73.44% from 255) = 27.99%
BLUE value IS 242 (94.92% from 255) = 36.23%
R=35.78%
G=27.99%
B=36.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391872420.010.2300.05296.7367.984.12
HexEFBBF2117051294454
Octal35727336212705451104124
Binary111011111011101111110010110111010110010100110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBF2; }

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

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

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

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

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

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

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

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