#EFD5EC

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

Shades of Snuff #EFD5EC

Tints of Snuff #EFD5EC

Color information

#EFD5EC (or 0xEFD5EC) is unknown color: approx Snuff. HEX triplet: EF, D5 and EC. RGB value is (239,213,236). Sum of RGB (Red+Green+Blue) = 239+213+236=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5EC is #102A13. Grayscale: #DFDFDF. Windows color (decimal): -1059348 or 15521263. OLE color: 15521263.

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

Color convert

RGB239213236-
CMYK00.110.010.06
HSL306.92º44.83%88.63%-
HSV(B)306.92º10.88%93.73%-
XYZ74.537289.33-
YUV223.4135.11139.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 213 (83.59% from 255) = 30.96%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=34.74%
G=30.96%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921323600.110.010.06306.9244.8388.63
HexEFD5EC0B161332d59
Octal3573253540131646355131
Binary1110111111010101111011000101111101001100111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5EC; }

 p { color: rgb(239,213,236); }

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

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

 a { background-color: rgb(239,213,236); }

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

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

 span { border-color: rgb(239,213,236); }

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