#EFCBF2

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

Shades of Snuff #EFCBF2

Tints of Snuff #EFCBF2

Color information

#EFCBF2 (or 0xEFCBF2) is unknown color: approx Snuff. HEX triplet: EF, CB and F2. RGB value is (239,203,242). Sum of RGB (Red+Green+Blue) = 239+203+242=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFCBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBF2 is #10340D. Grayscale: #DADADA. Windows color (decimal): -1061902 or 15911919. OLE color: 15911919.

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

Color convert

RGB239203242-
CMYK0.010.1600.05
HSL295.38º60%87.25%-
HSV(B)295.38º16.12%94.9%-
XYZ72.9867.4793.18-
YUV218.21141.43142.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 203 (79.69% from 255) = 29.68%
BLUE value IS 242 (94.92% from 255) = 35.38%
R=34.94%
G=29.68%
B=35.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392032420.010.1600.05295.386087.25
HexEFCBF2110051273c57
Octal3573133621200544774127
Binary11101111110010111111001011000001011001001111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBF2; }

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

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

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

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

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

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

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

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