#EFC7E9

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

Shades of Snuff #EFC7E9

Tints of Snuff #EFC7E9

Color information

#EFC7E9 (or 0xEFC7E9) is unknown color: approx Snuff. HEX triplet: EF, C7 and E9. RGB value is (239,199,233). Sum of RGB (Red+Green+Blue) = 239+199+233=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7E9 is #103816. Grayscale: #D6D6D6. Windows color (decimal): -1062935 or 15321071. OLE color: 15321071.

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

Color convert

RGB239199233-
CMYK00.170.030.06
HSL309º55.56%85.88%-
HSV(B)309º16.74%93.73%-
XYZ70.7365.0885.92-
YUV214.84138.25145.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 199 (78.12% from 255) = 29.66%
BLUE value IS 233 (91.41% from 255) = 34.72%
R=35.62%
G=29.66%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919923300.170.030.0630955.5685.88
HexEFC7E9011361353856
Octal3573073510213646570126
Binary111011111100011111101001010001111101001101011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7E9; }

 p { color: rgb(239,199,233); }

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

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

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

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

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

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

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