#EFDAED

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

Shades of Snuff #EFDAED

Tints of Snuff #EFDAED

Color information

#EFDAED (or 0xEFDAED) is unknown color: approx Snuff. HEX triplet: EF, DA and ED. RGB value is (239,218,237). Sum of RGB (Red+Green+Blue) = 239+218+237=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAED is #102512. Grayscale: #E2E2E2. Windows color (decimal): -1058067 or 15588079. OLE color: 15588079.

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

Color convert

RGB239218237-
CMYK00.090.010.06
HSL305.71º39.62%89.61%-
HSV(B)305.71º8.79%93.73%-
XYZ75.9574.6190.52-
YUV226.44133.96136.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.44%
GREEN value IS 218 (85.55% from 255) = 31.41%
BLUE value IS 237 (92.97% from 255) = 34.15%
R=34.44%
G=31.41%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921823700.090.010.06305.7139.6289.61
HexEFDAED0916132285a
Octal3573323550111646250132
Binary1110111111011010111011010100111101001100101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAED; }

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

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

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

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

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

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

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

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