#EFC4F1

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

Shades of Snuff #EFC4F1

Tints of Snuff #EFC4F1

Color information

#EFC4F1 (or 0xEFC4F1) is unknown color: approx Snuff. HEX triplet: EF, C4 and F1. RGB value is (239,196,241). Sum of RGB (Red+Green+Blue) = 239+196+241=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 196 (76.95% from 255 or 28.99% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFC4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4F1 is #103B0E. Grayscale: #D5D5D5. Windows color (decimal): -1063695 or 15844591. OLE color: 15844591.

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

Color convert

RGB239196241-
CMYK0.010.1900.05
HSL297.33º61.64%85.69%-
HSV(B)297.33º18.67%94.51%-
XYZ71.2164.1891.85-
YUV213.99143.25145.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 196 (76.95% from 255) = 28.99%
BLUE value IS 241 (94.53% from 255) = 35.65%
R=35.36%
G=28.99%
B=35.65%

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
Decimal2391962410.010.1900.05297.3361.6485.69
HexEFC4F1113051293e56
Octal3573043611230545176126
Binary11101111110001001111000111001101011001010011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4F1; }

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

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

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

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

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

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

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

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