#EFE4ED

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

Shades of Snuff #EFE4ED

Tints of Snuff #EFE4ED

Color information

#EFE4ED (or 0xEFE4ED) is unknown color: approx Snuff. HEX triplet: EF, E4 and ED. RGB value is (239,228,237). Sum of RGB (Red+Green+Blue) = 239+228+237=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 228 (89.45% from 255 or 32.39% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4ED is #101B12. Grayscale: #E8E8E8. Windows color (decimal): -1055507 or 15590639. OLE color: 15590639.

HSL color Cylindrical-coordinate representation of color #EFE4ED: hue angle of 310.91º degrees, saturation: 0.26, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE4ED is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239228237-
CMYK00.050.010.06
HSL310.91º25.58%91.57%-
HSV(B)310.91º4.6%93.73%-
XYZ78.6379.9591.41-
YUV232.31130.64132.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 228 (89.45% from 255) = 32.39%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=33.95%
G=32.39%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922823700.050.010.06310.9125.5891.57
HexEFE4ED05161371a5c
Octal357344355051646732134
Binary11101111111001001110110101011110100110111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4ED; }

 p { color: rgb(239,228,237); }

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

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

 a { background-color: rgb(239,228,237); }

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

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

 span { border-color: rgb(239,228,237); }

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