#EFCAEB

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

Shades of Snuff #EFCAEB

Tints of Snuff #EFCAEB

Color information

#EFCAEB (or 0xEFCAEB) is unknown color: approx Snuff. HEX triplet: EF, CA and EB. RGB value is (239,202,235). Sum of RGB (Red+Green+Blue) = 239+202+235=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAEB is #103514. Grayscale: #D8D8D8. Windows color (decimal): -1062165 or 15452911. OLE color: 15452911.

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

Color convert

RGB239202235-
CMYK00.150.020.06
HSL306.49º53.62%86.47%-
HSV(B)306.49º15.48%93.73%-
XYZ71.7166.5987.67-
YUV216.82138.26143.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 202 (79.30% from 255) = 29.88%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=35.36%
G=29.88%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920223500.150.020.06306.4953.6286.47
HexEFCAEB0F261323656
Octal3573123530172646266126
Binary11101111110010101110101101111101101001100101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAEB; }

 p { color: rgb(239,202,235); }

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

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

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

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

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

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

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