#ECD5ED

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

Shades of Snuff #ECD5ED

Tints of Snuff #ECD5ED

Color information

#ECD5ED (or 0xECD5ED) is unknown color: approx Snuff. HEX triplet: EC, D5 and ED. RGB value is (236,213,237). Sum of RGB (Red+Green+Blue) = 236+213+237=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 213 (83.59% from 255 or 31.05% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECD5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5ED is #132A12. Grayscale: #DEDEDE. Windows color (decimal): -1255955 or 15586796. OLE color: 15586796.

HSL color Cylindrical-coordinate representation of color #ECD5ED: hue angle of 297.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD5ED is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236213237-
CMYK0.000.1000.07
HSL297.5º40%88.24%-
HSV(B)297.5º10.13%92.94%-
XYZ73.6771.5490.05-
YUV222.61136.12137.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 213 (83.59% from 255) = 31.05%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=34.40%
G=31.05%
B=34.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362132370.000.1000.07297.54088.24
HexECD5ED0A0712a2858
Octal3543253550120745250130
Binary1110110011010101111011010101001111001010101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5ED; }

 p { color: rgb(236,213,237); }

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

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

 a { background-color: rgb(236,213,237); }

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

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

 span { border-color: rgb(236,213,237); }

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