#EFD1EB

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

Shades of Snuff #EFD1EB

Tints of Snuff #EFD1EB

Color information

#EFD1EB (or 0xEFD1EB) is unknown color: approx Snuff. HEX triplet: EF, D1 and EB. RGB value is (239,209,235). Sum of RGB (Red+Green+Blue) = 239+209+235=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 209 (82.03% from 255 or 30.60% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD1EB is #102E14. Grayscale: #DCDCDC. Windows color (decimal): -1060373 or 15454703. OLE color: 15454703.

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

Color convert

RGB239209235-
CMYK00.130.020.06
HSL308º48.39%87.84%-
HSV(B)308º12.55%93.73%-
XYZ73.3969.9588.23-
YUV220.93135.94140.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 209 (82.03% from 255) = 30.60%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=34.99%
G=30.60%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920923500.130.020.0630848.3987.84
HexEFD1EB0D261343058
Octal3573213530152646460130
Binary11101111110100011110101101101101101001101001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1EB; }

 p { color: rgb(239,209,235); }

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

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

 a { background-color: rgb(239,209,235); }

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

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

 span { border-color: rgb(239,209,235); }

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