#EFC7F1

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

Shades of Snuff #EFC7F1

Tints of Snuff #EFC7F1

Color information

#EFC7F1 (or 0xEFC7F1) is unknown color: approx Snuff. HEX triplet: EF, C7 and F1. RGB value is (239,199,241). Sum of RGB (Red+Green+Blue) = 239+199+241=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 199 (78.12% from 255 or 29.31% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFC7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7F1 is #10380E. Grayscale: #D7D7D7. Windows color (decimal): -1062927 or 15845359. OLE color: 15845359.

HSL color Cylindrical-coordinate representation of color #EFC7F1: hue angle of 297.14º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC7F1 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239199241-
CMYK0.010.1700.05
HSL297.14º60%86.27%-
HSV(B)297.14º17.43%94.51%-
XYZ71.965.5592.08-
YUV215.75142.25144.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 199 (78.12% from 255) = 29.31%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=35.20%
G=29.31%
B=35.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391992410.010.1700.05297.146086.27
HexEFC7F1111051293c56
Octal3573073611210545174126
Binary11101111110001111111000111000101011001010011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7F1; }

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

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

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

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

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

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

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

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