#EFBAF3

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

Shades of Snuff #EFBAF3

Tints of Snuff #EFBAF3

Color information

#EFBAF3 (or 0xEFBAF3) is unknown color: approx Snuff. HEX triplet: EF, BA and F3. RGB value is (239,186,243). Sum of RGB (Red+Green+Blue) = 239+186+243=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFBAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAF3 is #10450C. Grayscale: #D0D0D0. Windows color (decimal): -1066253 or 15973103. OLE color: 15973103.

HSL color Cylindrical-coordinate representation of color #EFBAF3: hue angle of 295.79º degrees, saturation: 0.7, 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 #EFBAF3 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239186243-
CMYK0.020.2300.05
HSL295.79º70.37%84.12%-
HSV(B)295.79º23.46%95.29%-
XYZ69.3359.9492.71-
YUV208.34147.56149.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 186 (73.05% from 255) = 27.84%
BLUE value IS 243 (95.31% from 255) = 36.38%
R=35.78%
G=27.84%
B=36.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391862430.020.2300.05295.7970.3784.12
HexEFBAF3217051284654
Octal35727236322705450106124
Binary1110111110111010111100111010111010110010100010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAF3; }

 p { color: rgb(239,186,243); }

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

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

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

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

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

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

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