#EEDFEA

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

Shades of Snuff #EEDFEA

Tints of Snuff #EEDFEA

Color information

#EEDFEA (or 0xEEDFEA) is unknown color: approx Snuff. HEX triplet: EE, DF and EA. RGB value is (238,223,234). Sum of RGB (Red+Green+Blue) = 238+223+234=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFEA is #112015. Grayscale: #E4E4E4. Windows color (decimal): -1122326 or 15392750. OLE color: 15392750.

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

Color convert

RGB238223234-
CMYK00.060.020.07
HSL316º30.61%90.39%-
HSV(B)316º6.3%93.33%-
XYZ76.576.8988.65-
YUV228.74130.97134.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.24%
GREEN value IS 223 (87.5% from 255) = 32.09%
BLUE value IS 234 (91.80% from 255) = 33.67%
R=34.24%
G=32.09%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822323400.060.020.0731630.6190.39
HexEEDFEA062713c1f5a
Octal356337352062747437132
Binary111011101101111111101010011010111100111100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFEA; }

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

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

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

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

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

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

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

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