#EECBEB

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

Shades of Snuff #EECBEB

Tints of Snuff #EECBEB

Color information

#EECBEB (or 0xEECBEB) is unknown color: approx Snuff. HEX triplet: EE, CB and EB. RGB value is (238,203,235). Sum of RGB (Red+Green+Blue) = 238+203+235=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBEB is #113414. Grayscale: #D9D9D9. Windows color (decimal): -1127445 or 15453166. OLE color: 15453166.

HSL color Cylindrical-coordinate representation of color #EECBEB: hue angle of 305.14º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECBEB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238203235-
CMYK00.150.010.07
HSL305.14º50.72%86.47%-
HSV(B)305.14º14.71%93.33%-
XYZ71.6166.8987.73-
YUV217.11138.1142.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 203 (79.69% from 255) = 30.03%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=35.21%
G=30.03%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820323500.150.010.07305.1450.7286.47
HexEECBEB0F171313356
Octal3563133530171746163126
Binary1110111011001011111010110111111111001100011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBEB; }

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

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

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

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

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

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

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

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