#EFD5EB

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

Shades of Snuff #EFD5EB

Tints of Snuff #EFD5EB

Color information

#EFD5EB (or 0xEFD5EB) is unknown color: approx Snuff. HEX triplet: EF, D5 and EB. RGB value is (239,213,235). Sum of RGB (Red+Green+Blue) = 239+213+235=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 213 (83.59% from 255 or 31.00% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5EB is #102A14. Grayscale: #DFDFDF. Windows color (decimal): -1059349 or 15455727. OLE color: 15455727.

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

Color convert

RGB239213235-
CMYK00.110.020.06
HSL309.23º44.83%88.63%-
HSV(B)309.23º10.88%93.73%-
XYZ74.3971.9488.56-
YUV223.28134.61139.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 213 (83.59% from 255) = 31.00%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=34.79%
G=31.00%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921323500.110.020.06309.2344.8388.63
HexEFD5EB0B261352d59
Octal3573253530132646555131
Binary11101111110101011110101101011101101001101011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5EB; }

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

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

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

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

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

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

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

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