#EFDDED

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

Shades of Snuff #EFDDED

Tints of Snuff #EFDDED

Color information

#EFDDED (or 0xEFDDED) is unknown color: approx Snuff. HEX triplet: EF, DD and ED. RGB value is (239,221,237). Sum of RGB (Red+Green+Blue) = 239+221+237=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDED is #102212. Grayscale: #E4E4E4. Windows color (decimal): -1057299 or 15588847. OLE color: 15588847.

HSL color Cylindrical-coordinate representation of color #EFDDED: hue angle of 306.67º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDDED is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239221237-
CMYK00.080.010.06
HSL306.67º36%90.2%-
HSV(B)306.67º7.53%93.73%-
XYZ76.7476.1890.78-
YUV228.21132.96135.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 221 (86.72% from 255) = 31.71%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=34.29%
G=31.71%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922123700.080.010.06306.673690.2
HexEFDDED0816133245a
Octal3573353550101646344132
Binary1110111111011101111011010100011101001100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDED; }

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

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

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

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

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

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

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

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