#EEDEEB

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

Shades of Snuff #EEDEEB

Tints of Snuff #EEDEEB

Color information

#EEDEEB (or 0xEEDEEB) is unknown color: approx Snuff. HEX triplet: EE, DE and EB. RGB value is (238,222,235). Sum of RGB (Red+Green+Blue) = 238+222+235=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEEB is #112114. Grayscale: #E4E4E4. Windows color (decimal): -1122581 or 15458030. OLE color: 15458030.

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

Color convert

RGB238222235-
CMYK00.070.010.07
HSL311.25º32%90.2%-
HSV(B)311.25º6.72%93.33%-
XYZ76.3876.4289.32-
YUV228.27131.8134.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.24%
GREEN value IS 222 (87.11% from 255) = 31.94%
BLUE value IS 235 (92.19% from 255) = 33.81%
R=34.24%
G=31.94%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822223500.070.010.07311.253290.2
HexEEDEEB0717137205a
Octal356336353071746740132
Binary111011101101111011101011011111111001101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEEB; }

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

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

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

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

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

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

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

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