#EFDAEB

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

Shades of Snuff #EFDAEB

Tints of Snuff #EFDAEB

Color information

#EFDAEB (or 0xEFDAEB) is unknown color: approx Snuff. HEX triplet: EF, DA and EB. RGB value is (239,218,235). Sum of RGB (Red+Green+Blue) = 239+218+235=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAEB is #102514. Grayscale: #E2E2E2. Windows color (decimal): -1058069 or 15457007. OLE color: 15457007.

HSL color Cylindrical-coordinate representation of color #EFDAEB: hue angle of 311.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDAEB is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239218235-
CMYK00.090.020.06
HSL311.43º39.62%89.61%-
HSV(B)311.43º8.79%93.73%-
XYZ75.6674.4988.99-
YUV226.22132.96137.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 218 (85.55% from 255) = 31.50%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=34.54%
G=31.50%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921823500.090.020.06311.4339.6289.61
HexEFDAEB0926137285a
Octal3573323530112646750132
Binary11101111110110101110101101001101101001101111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAEB; }

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

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

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

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

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

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

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

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