#EEDFEB

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

Shades of Snuff #EEDFEB

Tints of Snuff #EEDFEB

Color information

#EEDFEB (or 0xEEDFEB) is unknown color: approx Snuff. HEX triplet: EE, DF and EB. RGB value is (238,223,235). Sum of RGB (Red+Green+Blue) = 238+223+235=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFEB is #112014. Grayscale: #E4E4E4. Windows color (decimal): -1122325 or 15458286. OLE color: 15458286.

HSL color Cylindrical-coordinate representation of color #EEDFEB: hue angle of 312º 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 #EEDFEB is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238223235-
CMYK00.060.010.07
HSL312º30.61%90.39%-
HSV(B)312º6.3%93.33%-
XYZ76.6476.9589.41-
YUV228.85131.47134.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 235 (92.19% from 255) = 33.76%
R=34.20%
G=32.04%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822323500.060.010.0731230.6190.39
HexEEDFEB06171381f5a
Octal356337353061747037132
Binary11101110110111111110101101101111100111000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFEB; }

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

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

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

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

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

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

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

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