#ECBEF0

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

Shades of Snuff #ECBEF0

Tints of Snuff #ECBEF0

Color information

#ECBEF0 (or 0xECBEF0) is unknown color: approx Snuff. HEX triplet: EC, BE and F0. RGB value is (236,190,240). Sum of RGB (Red+Green+Blue) = 236+190+240=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECBEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBEF0 is #13410F. Grayscale: #D1D1D1. Windows color (decimal): -1261840 or 15777516. OLE color: 15777516.

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

Color convert

RGB236190240-
CMYK0.020.2100.06
HSL295.2º62.5%84.31%-
HSV(B)295.2º20.83%94.12%-
XYZ68.7360.9590.58-
YUV209.45145.24146.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 190 (74.61% from 255) = 28.53%
BLUE value IS 240 (94.14% from 255) = 36.04%
R=35.44%
G=28.53%
B=36.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361902400.020.2100.06295.262.584.31
HexECBEF0215061273e54
Octal3542763602250644776124
Binary111011001011111011110000101010101101001001111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEF0; }

 p { color: rgb(236,190,240); }

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

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

 a { background-color: rgb(236,190,240); }

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

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

 span { border-color: rgb(236,190,240); }

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