#EFD0EE

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

Shades of Snuff #EFD0EE

Tints of Snuff #EFD0EE

Color information

#EFD0EE (or 0xEFD0EE) is unknown color: approx Snuff. HEX triplet: EF, D0 and EE. RGB value is (239,208,238). Sum of RGB (Red+Green+Blue) = 239+208+238=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 208 (81.64% from 255 or 30.36% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0EE is #102F11. Grayscale: #DCDCDC. Windows color (decimal): -1060626 or 15651055. OLE color: 15651055.

HSL color Cylindrical-coordinate representation of color #EFD0EE: hue angle of 301.94º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD0EE is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239208238-
CMYK00.130.000.06
HSL301.94º49.21%87.65%-
HSV(B)301.94º12.97%93.73%-
XYZ73.5969.6490.45-
YUV220.69137.77141.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 208 (81.64% from 255) = 30.36%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=34.89%
G=30.36%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920823800.130.000.06301.9449.2187.65
HexEFD0EE0D0612e3158
Octal3573203560150645661130
Binary1110111111010000111011100110101101001011101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0EE; }

 p { color: rgb(239,208,238); }

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

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

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

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

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

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

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