#EFD9EA

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

Shades of Snuff #EFD9EA

Tints of Snuff #EFD9EA

Color information

#EFD9EA (or 0xEFD9EA) is unknown color: approx Snuff. HEX triplet: EF, D9 and EA. RGB value is (239,217,234). Sum of RGB (Red+Green+Blue) = 239+217+234=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9EA is #102615. Grayscale: #E1E1E1. Windows color (decimal): -1058326 or 15391215. OLE color: 15391215.

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

Color convert

RGB239217234-
CMYK00.090.020.06
HSL313.64º40.74%89.41%-
HSV(B)313.64º9.21%93.73%-
XYZ75.2673.9288.14-
YUV225.52132.79137.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 217 (85.16% from 255) = 31.45%
BLUE value IS 234 (91.80% from 255) = 33.91%
R=34.64%
G=31.45%
B=33.91%

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
Decimal23921723400.090.020.06313.6440.7489.41
HexEFD9EA092613a2959
Octal3573313520112647251131
Binary11101111110110011110101001001101101001110101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9EA; }

 p { color: rgb(239,217,234); }

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

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

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

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

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

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

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