#EFBCF0

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

Shades of Snuff #EFBCF0

Tints of Snuff #EFBCF0

Color information

#EFBCF0 (or 0xEFBCF0) is unknown color: approx Snuff. HEX triplet: EF, BC and F0. RGB value is (239,188,240). Sum of RGB (Red+Green+Blue) = 239+188+240=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFBCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCF0 is #10430F. Grayscale: #D1D1D1. Windows color (decimal): -1065744 or 15777007. OLE color: 15777007.

HSL color Cylindrical-coordinate representation of color #EFBCF0: hue angle of 298.85º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBCF0 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239188240-
CMYK0.000.2200.06
HSL298.85º63.41%83.92%-
HSV(B)298.85º21.67%94.12%-
XYZ69.3160.6190.48-
YUV209.18145.4149.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 188 (73.83% from 255) = 28.19%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=35.83%
G=28.19%
B=35.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391882400.000.2200.06298.8563.4183.92
HexEFBCF00160612b3f54
Octal3572743600260645377124
Binary11101111101111001111000001011001101001010111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCF0; }

 p { color: rgb(239,188,240); }

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

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

 a { background-color: rgb(239,188,240); }

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

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

 span { border-color: rgb(239,188,240); }

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