#EBCDEC

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

Shades of Snuff #EBCDEC

Tints of Snuff #EBCDEC

Color information

#EBCDEC (or 0xEBCDEC) is unknown color: approx Snuff. HEX triplet: EB, CD and EC. RGB value is (235,205,236). Sum of RGB (Red+Green+Blue) = 235+205+236=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBCDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDEC is #143213. Grayscale: #D9D9D9. Windows color (decimal): -1323540 or 15519211. OLE color: 15519211.

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

Color convert

RGB235205236-
CMYK0.000.1300.07
HSL298.06º44.93%86.47%-
HSV(B)298.06º13.14%92.55%-
XYZ71.2367.3888.61-
YUV217.5138.44140.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.76%
GREEN value IS 205 (80.47% from 255) = 30.33%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=34.76%
G=30.33%
B=34.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352052360.000.1300.07298.0644.9386.47
HexEBCDEC0D0712a2d56
Octal3533153540150745255126
Binary1110101111001101111011000110101111001010101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDEC; }

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

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

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

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

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

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

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

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