#EECBE8

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

Shades of Snuff #EECBE8

Tints of Snuff #EECBE8

Color information

#EECBE8 (or 0xEECBE8) is unknown color: approx Snuff. HEX triplet: EE, CB and E8. RGB value is (238,203,232). Sum of RGB (Red+Green+Blue) = 238+203+232=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBE8 is #113417. Grayscale: #D8D8D8. Windows color (decimal): -1127448 or 15256558. OLE color: 15256558.

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

Color convert

RGB238203232-
CMYK00.150.030.07
HSL310.29º50.72%86.47%-
HSV(B)310.29º14.71%93.33%-
XYZ71.1866.7285.47-
YUV216.77136.6143.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 203 (79.69% from 255) = 30.16%
BLUE value IS 232 (91.02% from 255) = 34.47%
R=35.36%
G=30.16%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820323200.150.030.07310.2950.7286.47
HexEECBE80F371363356
Octal3563133500173746663126
Binary11101110110010111110100001111111111001101101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBE8; }

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

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

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

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

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

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

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

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