#EFC9EA

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

Shades of Snuff #EFC9EA

Tints of Snuff #EFC9EA

Color information

#EFC9EA (or 0xEFC9EA) is unknown color: approx Snuff. HEX triplet: EF, C9 and EA. RGB value is (239,201,234). Sum of RGB (Red+Green+Blue) = 239+201+234=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 201 (78.91% from 255 or 29.82% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9EA is #103615. Grayscale: #D8D8D8. Windows color (decimal): -1062422 or 15387119. OLE color: 15387119.

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

Color convert

RGB239201234-
CMYK00.160.020.06
HSL307.89º54.29%86.27%-
HSV(B)307.89º15.9%93.73%-
XYZ71.3366.0686.83-
YUV216.12138.09144.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.46%
GREEN value IS 201 (78.91% from 255) = 29.82%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=35.46%
G=29.82%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920123400.160.020.06307.8954.2986.27
HexEFC9EA010261343656
Octal3573113520202646466126
Binary111011111100100111101010010000101101001101001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9EA; }

 p { color: rgb(239,201,234); }

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

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

 a { background-color: rgb(239,201,234); }

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

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

 span { border-color: rgb(239,201,234); }

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