#EFC5EC

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

Shades of Snuff #EFC5EC

Tints of Snuff #EFC5EC

Color information

#EFC5EC (or 0xEFC5EC) is unknown color: approx Snuff. HEX triplet: EF, C5 and EC. RGB value is (239,197,236). Sum of RGB (Red+Green+Blue) = 239+197+236=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5EC is #103A13. Grayscale: #D5D5D5. Windows color (decimal): -1063444 or 15517167. OLE color: 15517167.

HSL color Cylindrical-coordinate representation of color #EFC5EC: hue angle of 304.29º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC5EC is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239197236-
CMYK00.180.010.06
HSL304.29º56.76%85.49%-
HSV(B)304.29º17.57%93.73%-
XYZ70.764.3488.05-
YUV214140.41145.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 197 (77.34% from 255) = 29.32%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=35.57%
G=29.32%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919723600.180.010.06304.2956.7685.49
HexEFC5EC012161303955
Octal3573053540221646071125
Binary11101111110001011110110001001011101001100001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC5EC; }

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

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

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

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

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

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

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

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