#EFCAEC

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

Shades of Snuff #EFCAEC

Tints of Snuff #EFCAEC

Color information

#EFCAEC (or 0xEFCAEC) is unknown color: approx Snuff. HEX triplet: EF, CA and EC. RGB value is (239,202,236). Sum of RGB (Red+Green+Blue) = 239+202+236=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAEC is #103513. Grayscale: #D8D8D8. Windows color (decimal): -1062164 or 15518447. OLE color: 15518447.

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

Color convert

RGB239202236-
CMYK00.150.010.06
HSL304.86º53.62%86.47%-
HSV(B)304.86º15.48%93.73%-
XYZ71.8666.6588.43-
YUV216.94138.76143.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 202 (79.30% from 255) = 29.84%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=35.30%
G=29.84%
B=34.86%

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
Decimal23920223600.150.010.06304.8653.6286.47
HexEFCAEC0F161313656
Octal3573123540171646166126
Binary1110111111001010111011000111111101001100011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAEC; }

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

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

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

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

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

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

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

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