#ECBCEF

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

Shades of Snuff #ECBCEF

Tints of Snuff #ECBCEF

Color information

#ECBCEF (or 0xECBCEF) is unknown color: approx Snuff. HEX triplet: EC, BC and EF. RGB value is (236,188,239). Sum of RGB (Red+Green+Blue) = 236+188+239=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECBCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBCEF is #134310. Grayscale: #D0D0D0. Windows color (decimal): -1262353 or 15711468. OLE color: 15711468.

HSL color Cylindrical-coordinate representation of color #ECBCEF: hue angle of 296.47º 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 #ECBCEF is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236188239-
CMYK0.010.2100.06
HSL296.47º61.45%83.73%-
HSV(B)296.47º21.34%93.73%-
XYZ68.1660.0389.66-
YUV208.17145.4147.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.60%
GREEN value IS 188 (73.83% from 255) = 28.36%
BLUE value IS 239 (93.75% from 255) = 36.05%
R=35.60%
G=28.36%
B=36.05%

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
Decimal2361882390.010.2100.06296.4761.4583.73
HexECBCEF115061283d54
Octal3542743571250645075124
Binary11101100101111001110111111010101101001010001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCEF; }

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

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

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

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

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

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

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

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