#ECD0EF

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

Shades of Snuff #ECD0EF

Tints of Snuff #ECD0EF

Color information

#ECD0EF (or 0xECD0EF) is unknown color: approx Snuff. HEX triplet: EC, D0 and EF. RGB value is (236,208,239). Sum of RGB (Red+Green+Blue) = 236+208+239=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECD0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0EF is #132F10. Grayscale: #DBDBDB. Windows color (decimal): -1257233 or 15716588. OLE color: 15716588.

HSL color Cylindrical-coordinate representation of color #ECD0EF: hue angle of 294.19º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD0EF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236208239-
CMYK0.010.1300.06
HSL294.19º49.21%87.65%-
HSV(B)294.19º12.97%93.73%-
XYZ72.7369.1891.18-
YUV219.91138.78139.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 208 (81.64% from 255) = 30.45%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=34.55%
G=30.45%
B=34.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362082390.010.1300.06294.1949.2187.65
HexECD0EF1D061263158
Octal3543203571150644661130
Binary1110110011010000111011111110101101001001101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0EF; }

 p { color: rgb(236,208,239); }

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

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

 a { background-color: rgb(236,208,239); }

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

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

 span { border-color: rgb(236,208,239); }

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