#EFC6EE

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

Shades of Snuff #EFC6EE

Tints of Snuff #EFC6EE

Color information

#EFC6EE (or 0xEFC6EE) is unknown color: approx Snuff. HEX triplet: EF, C6 and EE. RGB value is (239,198,238). Sum of RGB (Red+Green+Blue) = 239+198+238=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 198 (77.73% from 255 or 29.33% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6EE is #103911. Grayscale: #D6D6D6. Windows color (decimal): -1063186 or 15648495. OLE color: 15648495.

HSL color Cylindrical-coordinate representation of color #EFC6EE: hue angle of 301.46º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC6EE is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239198238-
CMYK00.170.000.06
HSL301.46º56.16%85.69%-
HSV(B)301.46º17.15%93.73%-
XYZ71.2264.9189.66-
YUV214.82141.08145.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 198 (77.73% from 255) = 29.33%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=35.41%
G=29.33%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919823800.170.000.06301.4656.1685.69
HexEFC6EE0110612d3856
Octal3573063560210645570126
Binary11101111110001101110111001000101101001011011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6EE; }

 p { color: rgb(239,198,238); }

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

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

 a { background-color: rgb(239,198,238); }

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

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

 span { border-color: rgb(239,198,238); }

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