#EFC0F1

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

Shades of Snuff #EFC0F1

Tints of Snuff #EFC0F1

Color information

#EFC0F1 (or 0xEFC0F1) is unknown color: approx Snuff. HEX triplet: EF, C0 and F1. RGB value is (239,192,241). Sum of RGB (Red+Green+Blue) = 239+192+241=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFC0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0F1 is #103F0E. Grayscale: #D3D3D3. Windows color (decimal): -1064719 or 15843567. OLE color: 15843567.

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

Color convert

RGB239192241-
CMYK0.010.2000.05
HSL297.55º63.64%84.9%-
HSV(B)297.55º20.33%94.51%-
XYZ70.3262.491.56-
YUV211.64144.57147.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 192 (75.39% from 255) = 28.57%
BLUE value IS 241 (94.53% from 255) = 35.86%
R=35.57%
G=28.57%
B=35.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391922410.010.2000.05297.5563.6484.9
HexEFC0F11140512a4055
Octal35730036112405452100125
Binary111011111100000011110001110100010110010101010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0F1; }

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

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

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

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

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

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

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

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