#EEDDEA

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

Shades of Snuff #EEDDEA

Tints of Snuff #EEDDEA

Color information

#EEDDEA (or 0xEEDDEA) is unknown color: approx Snuff. HEX triplet: EE, DD and EA. RGB value is (238,221,234). Sum of RGB (Red+Green+Blue) = 238+221+234=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDEA is #112215. Grayscale: #E3E3E3. Windows color (decimal): -1122838 or 15392238. OLE color: 15392238.

HSL color Cylindrical-coordinate representation of color #EEDDEA: hue angle of 314.12º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDDEA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238221234-
CMYK00.070.020.07
HSL314.12º33.33%90%-
HSV(B)314.12º7.14%93.33%-
XYZ75.9775.8388.47-
YUV227.56131.63135.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.34%
GREEN value IS 221 (86.72% from 255) = 31.89%
BLUE value IS 234 (91.80% from 255) = 33.77%
R=34.34%
G=31.89%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822123400.070.020.07314.1233.3390
HexEEDDEA072713a215a
Octal356335352072747241132
Binary1110111011011101111010100111101111001110101000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDEA; }

 p { color: rgb(238,221,234); }

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

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

 a { background-color: rgb(238,221,234); }

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

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

 span { border-color: rgb(238,221,234); }

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