#ECCDEB

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

Shades of Snuff #ECCDEB

Tints of Snuff #ECCDEB

Color information

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

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

Color convert

RGB236205235-
CMYK00.130.000.07
HSL301.94º44.93%86.47%-
HSV(B)301.94º13.14%92.55%-
XYZ71.4267.4987.86-
YUV217.69137.77141.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620523500.130.000.07301.9444.9386.47
HexECCDEB0D0712e2d56
Octal3543153530150745655126
Binary1110110011001101111010110110101111001011101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDEB; }

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

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

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

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

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

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

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

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