#EFDAEF

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

Shades of Snuff #EFDAEF

Tints of Snuff #EFDAEF

Color information

#EFDAEF (or 0xEFDAEF) is unknown color: approx Snuff. HEX triplet: EF, DA and EF. RGB value is (239,218,239). Sum of RGB (Red+Green+Blue) = 239+218+239=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFDAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAEF is #102510. Grayscale: #E2E2E2. Windows color (decimal): -1058065 or 15719151. OLE color: 15719151.

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

Color convert

RGB239218239-
CMYK00.0900.06
HSL300º39.62%89.61%-
HSV(B)300º8.79%93.73%-
XYZ76.2574.7392.07-
YUV226.67134.96136.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.34%
GREEN value IS 218 (85.55% from 255) = 31.32%
BLUE value IS 239 (93.75% from 255) = 34.34%
R=34.34%
G=31.32%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921823900.0900.0630039.6289.61
HexEFDAEF090612c285a
Octal3573323570110645450132
Binary1110111111011010111011110100101101001011001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAEF; }

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

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

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

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

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

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

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

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