#EFC3F1

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

Shades of Snuff #EFC3F1

Tints of Snuff #EFC3F1

Color information

#EFC3F1 (or 0xEFC3F1) is unknown color: approx Snuff. HEX triplet: EF, C3 and F1. RGB value is (239,195,241). Sum of RGB (Red+Green+Blue) = 239+195+241=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 195 (76.56% from 255 or 28.89% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFC3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3F1 is #103C0E. Grayscale: #D5D5D5. Windows color (decimal): -1063951 or 15844335. OLE color: 15844335.

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

Color convert

RGB239195241-
CMYK0.010.1900.05
HSL297.39º62.16%85.49%-
HSV(B)297.39º19.09%94.51%-
XYZ70.9963.7391.78-
YUV213.4143.58146.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 195 (76.56% from 255) = 28.89%
BLUE value IS 241 (94.53% from 255) = 35.70%
R=35.41%
G=28.89%
B=35.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391952410.010.1900.05297.3962.1685.49
HexEFC3F1113051293e55
Octal3573033611230545176125
Binary11101111110000111111000111001101011001010011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3F1; }

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

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

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

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

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

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

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

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