#EBCCEC

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

Shades of Snuff #EBCCEC

Tints of Snuff #EBCCEC

Color information

#EBCCEC (or 0xEBCCEC) is unknown color: approx Snuff. HEX triplet: EB, CC and EC. RGB value is (235,204,236). Sum of RGB (Red+Green+Blue) = 235+204+236=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBCCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCEC is #143313. Grayscale: #D8D8D8. Windows color (decimal): -1323796 or 15518955. OLE color: 15518955.

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

Color convert

RGB235204236-
CMYK0.000.1400.07
HSL298.12º45.71%86.27%-
HSV(B)298.12º13.56%92.55%-
XYZ70.9966.988.53-
YUV216.92138.77140.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.81%
GREEN value IS 204 (80.08% from 255) = 30.22%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=34.81%
G=30.22%
B=34.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352042360.000.1400.07298.1245.7186.27
HexEBCCEC0E0712a2e56
Octal3533143540160745256126
Binary1110101111001100111011000111001111001010101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCEC; }

 p { color: rgb(235,204,236); }

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

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

 a { background-color: rgb(235,204,236); }

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

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

 span { border-color: rgb(235,204,236); }

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