#EFCBEF

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

Shades of Snuff #EFCBEF

Tints of Snuff #EFCBEF

Color information

#EFCBEF (or 0xEFCBEF) is unknown color: approx Snuff. HEX triplet: EF, CB and EF. RGB value is (239,203,239). Sum of RGB (Red+Green+Blue) = 239+203+239=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFCBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBEF is #103410. Grayscale: #D9D9D9. Windows color (decimal): -1061905 or 15715311. OLE color: 15715311.

HSL color Cylindrical-coordinate representation of color #EFCBEF: hue angle of 300º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCBEF is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239203239-
CMYK00.1500.06
HSL300º52.94%86.67%-
HSV(B)300º15.06%93.73%-
XYZ72.5367.2990.83-
YUV217.87139.93143.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.10%
GREEN value IS 203 (79.69% from 255) = 29.81%
BLUE value IS 239 (93.75% from 255) = 35.10%
R=35.10%
G=29.81%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920323900.1500.0630052.9486.67
HexEFCBEF0F0612c3557
Octal3573133570170645465127
Binary1110111111001011111011110111101101001011001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBEF; }

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

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

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

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

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

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

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

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