#EFC8EA

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

Shades of Snuff #EFC8EA

Tints of Snuff #EFC8EA

Color information

#EFC8EA (or 0xEFC8EA) is unknown color: approx Snuff. HEX triplet: EF, C8 and EA. RGB value is (239,200,234). Sum of RGB (Red+Green+Blue) = 239+200+234=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 200 (78.52% from 255 or 29.72% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8EA is #103715. Grayscale: #D7D7D7. Windows color (decimal): -1062678 or 15386863. OLE color: 15386863.

HSL color Cylindrical-coordinate representation of color #EFC8EA: hue angle of 307.69º 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 #EFC8EA is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239200234-
CMYK00.160.020.06
HSL307.69º54.93%86.08%-
HSV(B)307.69º16.32%93.73%-
XYZ71.165.686.76-
YUV215.54138.42144.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 200 (78.52% from 255) = 29.72%
BLUE value IS 234 (91.80% from 255) = 34.77%
R=35.51%
G=29.72%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920023400.160.020.06307.6954.9386.08
HexEFC8EA010261343756
Octal3573103520202646467126
Binary111011111100100011101010010000101101001101001101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8EA; }

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

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

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

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

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

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

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

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