#EFBEF3

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

Shades of Snuff #EFBEF3

Tints of Snuff #EFBEF3

Color information

#EFBEF3 (or 0xEFBEF3) is unknown color: approx Snuff. HEX triplet: EF, BE and F3. RGB value is (239,190,243). Sum of RGB (Red+Green+Blue) = 239+190+243=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFBEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEF3 is #10410C. Grayscale: #D2D2D2. Windows color (decimal): -1065229 or 15974127. OLE color: 15974127.

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

Color convert

RGB239190243-
CMYK0.020.2200.05
HSL295.47º68.83%84.9%-
HSV(B)295.47º21.81%95.29%-
XYZ70.1961.6592.99-
YUV210.69146.23148.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 190 (74.61% from 255) = 28.27%
BLUE value IS 243 (95.31% from 255) = 36.16%
R=35.57%
G=28.27%
B=36.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391902430.020.2200.05295.4768.8384.9
HexEFBEF3216051274555
Octal35727636322605447105125
Binary1110111110111110111100111010110010110010011110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEF3; }

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

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

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

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

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

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

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

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