#EEDEEA

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

Shades of Snuff #EEDEEA

Tints of Snuff #EEDEEA

Color information

#EEDEEA (or 0xEEDEEA) is unknown color: approx Snuff. HEX triplet: EE, DE and EA. RGB value is (238,222,234). Sum of RGB (Red+Green+Blue) = 238+222+234=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEEA is #112115. Grayscale: #E4E4E4. Windows color (decimal): -1122582 or 15392494. OLE color: 15392494.

HSL color Cylindrical-coordinate representation of color #EEDEEA: hue angle of 315º degrees, saturation: 0.32, 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 #EEDEEA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238222234-
CMYK00.070.020.07
HSL315º32%90.2%-
HSV(B)315º6.72%93.33%-
XYZ76.2376.3688.56-
YUV228.15131.3135.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 222 (87.11% from 255) = 31.99%
BLUE value IS 234 (91.80% from 255) = 33.72%
R=34.29%
G=31.99%
B=33.72%

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
Decimal23822223400.070.020.073153290.2
HexEEDEEA072713b205a
Octal356336352072747340132
Binary1110111011011110111010100111101111001110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEEA; }

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

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

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

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

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

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

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

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