#EECBEC

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

Shades of Snuff #EECBEC

Tints of Snuff #EECBEC

Color information

#EECBEC (or 0xEECBEC) is unknown color: approx Snuff. HEX triplet: EE, CB and EC. RGB value is (238,203,236). Sum of RGB (Red+Green+Blue) = 238+203+236=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBEC is #113413. Grayscale: #D9D9D9. Windows color (decimal): -1127444 or 15518702. OLE color: 15518702.

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

Color convert

RGB238203236-
CMYK00.150.010.07
HSL303.43º50.72%86.47%-
HSV(B)303.43º14.71%93.33%-
XYZ71.7666.9588.5-
YUV217.23138.6142.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 203 (79.69% from 255) = 29.99%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=35.16%
G=29.99%
B=34.86%

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
Decimal23820323600.150.010.07303.4350.7286.47
HexEECBEC0F1712f3356
Octal3563133540171745763126
Binary1110111011001011111011000111111111001011111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBEC; }

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

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

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

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

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

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

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

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