#ECBDEF

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

Shades of Snuff #ECBDEF

Tints of Snuff #ECBDEF

Color information

#ECBDEF (or 0xECBDEF) is unknown color: approx Snuff. HEX triplet: EC, BD and EF. RGB value is (236,189,239). Sum of RGB (Red+Green+Blue) = 236+189+239=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECBDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDEF is #134210. Grayscale: #D0D0D0. Windows color (decimal): -1262097 or 15711724. OLE color: 15711724.

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

Color convert

RGB236189239-
CMYK0.010.2100.06
HSL296.4º60.98%83.92%-
HSV(B)296.4º20.92%93.73%-
XYZ68.3760.4689.73-
YUV208.75145.07147.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 189 (74.22% from 255) = 28.46%
BLUE value IS 239 (93.75% from 255) = 35.99%
R=35.54%
G=28.46%
B=35.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361892390.010.2100.06296.460.9883.92
HexECBDEF115061283d54
Octal3542753571250645075124
Binary11101100101111011110111111010101101001010001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDEF; }

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

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

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

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

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

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

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

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