#EFD7EB

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

Shades of Snuff #EFD7EB

Tints of Snuff #EFD7EB

Color information

#EFD7EB (or 0xEFD7EB) is unknown color: approx Snuff. HEX triplet: EF, D7 and EB. RGB value is (239,215,235). Sum of RGB (Red+Green+Blue) = 239+215+235=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7EB is #102814. Grayscale: #E0E0E0. Windows color (decimal): -1058837 or 15456239. OLE color: 15456239.

HSL color Cylindrical-coordinate representation of color #EFD7EB: hue angle of 310º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD7EB is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239215235-
CMYK00.100.020.06
HSL310º42.86%89.02%-
HSV(B)310º10.04%93.73%-
XYZ74.8972.9588.73-
YUV224.46133.95138.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 215 (84.38% from 255) = 31.20%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=34.69%
G=31.20%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921523500.100.020.0631042.8689.02
HexEFD7EB0A261362b59
Octal3573273530122646653131
Binary11101111110101111110101101010101101001101101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7EB; }

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

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

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

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

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

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

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

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