#EFD9E9

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

Shades of Snuff #EFD9E9

Tints of Snuff #EFD9E9

Color information

#EFD9E9 (or 0xEFD9E9) is unknown color: approx Snuff. HEX triplet: EF, D9 and E9. RGB value is (239,217,233). Sum of RGB (Red+Green+Blue) = 239+217+233=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9E9 is #102616. Grayscale: #E1E1E1. Windows color (decimal): -1058327 or 15325679. OLE color: 15325679.

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

Color convert

RGB239217233-
CMYK00.090.030.06
HSL316.36º40.74%89.41%-
HSV(B)316.36º9.21%93.73%-
XYZ75.1273.8687.39-
YUV225.4132.29137.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 217 (85.16% from 255) = 31.49%
BLUE value IS 233 (91.41% from 255) = 33.82%
R=34.69%
G=31.49%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921723300.090.030.06316.3640.7489.41
HexEFD9E9093613c2959
Octal3573313510113647451131
Binary11101111110110011110100101001111101001111001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9E9; }

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

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

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

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

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

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

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

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