#EFD0EC

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

Shades of Snuff #EFD0EC

Tints of Snuff #EFD0EC

Color information

#EFD0EC (or 0xEFD0EC) is unknown color: approx Snuff. HEX triplet: EF, D0 and EC. RGB value is (239,208,236). Sum of RGB (Red+Green+Blue) = 239+208+236=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0EC is #102F13. Grayscale: #DCDCDC. Windows color (decimal): -1060628 or 15519983. OLE color: 15519983.

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

Color convert

RGB239208236-
CMYK00.130.010.06
HSL305.81º49.21%87.65%-
HSV(B)305.81º12.97%93.73%-
XYZ73.2969.5288.91-
YUV220.46136.77141.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 208 (81.64% from 255) = 30.45%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=34.99%
G=30.45%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920823600.130.010.06305.8149.2187.65
HexEFD0EC0D161323158
Octal3573203540151646261130
Binary1110111111010000111011000110111101001100101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0EC; }

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

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

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

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

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

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

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

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