#EFD4EC

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

Shades of Snuff #EFD4EC

Tints of Snuff #EFD4EC

Color information

#EFD4EC (or 0xEFD4EC) is unknown color: approx Snuff. HEX triplet: EF, D4 and EC. RGB value is (239,212,236). Sum of RGB (Red+Green+Blue) = 239+212+236=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 212 (83.20% from 255 or 30.86% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4EC is #102B13. Grayscale: #DEDEDE. Windows color (decimal): -1059604 or 15521007. OLE color: 15521007.

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

Color convert

RGB239212236-
CMYK00.110.010.06
HSL306.67º45.76%88.43%-
HSV(B)306.67º11.3%93.73%-
XYZ74.2871.4989.24-
YUV222.81135.45139.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 212 (83.20% from 255) = 30.86%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=34.79%
G=30.86%
B=34.35%

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
Decimal23921223600.110.010.06306.6745.7688.43
HexEFD4EC0B161332e58
Octal3573243540131646356130
Binary1110111111010100111011000101111101001100111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4EC; }

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

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

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

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

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

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

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

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