#EFCFE9

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

Shades of Snuff #EFCFE9

Tints of Snuff #EFCFE9

Color information

#EFCFE9 (or 0xEFCFE9) is unknown color: approx Snuff. HEX triplet: EF, CF and E9. RGB value is (239,207,233). Sum of RGB (Red+Green+Blue) = 239+207+233=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFE9 is #103016. Grayscale: #DBDBDB. Windows color (decimal): -1060887 or 15323119. OLE color: 15323119.

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

Color convert

RGB239207233-
CMYK00.130.030.06
HSL311.25º50%87.45%-
HSV(B)311.25º13.39%93.73%-
XYZ72.6268.8686.55-
YUV219.53135.6141.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 207 (81.25% from 255) = 30.49%
BLUE value IS 233 (91.41% from 255) = 34.32%
R=35.20%
G=30.49%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920723300.130.030.06311.255087.45
HexEFCFE90D361373257
Octal3573173510153646762127
Binary11101111110011111110100101101111101001101111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFE9; }

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

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

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

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

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

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

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

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