#EFD0EB

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

Shades of Snuff #EFD0EB

Tints of Snuff #EFD0EB

Color information

#EFD0EB (or 0xEFD0EB) is unknown color: approx Snuff. HEX triplet: EF, D0 and EB. RGB value is (239,208,235). Sum of RGB (Red+Green+Blue) = 239+208+235=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0EB is #102F14. Grayscale: #DCDCDC. Windows color (decimal): -1060629 or 15454447. OLE color: 15454447.

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

Color convert

RGB239208235-
CMYK00.130.020.06
HSL307.74º49.21%87.65%-
HSV(B)307.74º12.97%93.73%-
XYZ73.1569.4688.15-
YUV220.35136.27141.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 208 (81.64% from 255) = 30.50%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=35.04%
G=30.50%
B=34.46%

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
Decimal23920823500.130.020.06307.7449.2187.65
HexEFD0EB0D261343158
Octal3573203530152646461130
Binary11101111110100001110101101101101101001101001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0EB; }

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

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

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

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

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

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

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

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