#EFC8EE

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

Shades of Snuff #EFC8EE

Tints of Snuff #EFC8EE

Color information

#EFC8EE (or 0xEFC8EE) is unknown color: approx Snuff. HEX triplet: EF, C8 and EE. RGB value is (239,200,238). Sum of RGB (Red+Green+Blue) = 239+200+238=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8EE is #103711. Grayscale: #D7D7D7. Windows color (decimal): -1062674 or 15649007. OLE color: 15649007.

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

Color convert

RGB239200238-
CMYK00.160.000.06
HSL301.54º54.93%86.08%-
HSV(B)301.54º16.32%93.73%-
XYZ71.6865.8389.82-
YUV215.99140.42144.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 200 (78.52% from 255) = 29.54%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=35.30%
G=29.54%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920023800.160.000.06301.5454.9386.08
HexEFC8EE0100612e3756
Octal3573103560200645667126
Binary11101111110010001110111001000001101001011101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8EE; }

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

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

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

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

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

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

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

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