#EFCBED

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

Shades of Snuff #EFCBED

Tints of Snuff #EFCBED

Color information

#EFCBED (or 0xEFCBED) is unknown color: approx Snuff. HEX triplet: EF, CB and ED. RGB value is (239,203,237). Sum of RGB (Red+Green+Blue) = 239+203+237=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBED is #103412. Grayscale: #D9D9D9. Windows color (decimal): -1061907 or 15584239. OLE color: 15584239.

HSL color Cylindrical-coordinate representation of color #EFCBED: hue angle of 303.33º 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 #EFCBED is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239203237-
CMYK00.150.010.06
HSL303.33º52.94%86.67%-
HSV(B)303.33º15.06%93.73%-
XYZ72.2467.1889.28-
YUV217.64138.93143.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 203 (79.69% from 255) = 29.90%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=35.20%
G=29.90%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920323700.150.010.06303.3352.9486.67
HexEFCBED0F1612f3557
Octal3573133550171645765127
Binary1110111111001011111011010111111101001011111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBED; }

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

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

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

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

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

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

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

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