#ECBAF1

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

Shades of Snuff #ECBAF1

Tints of Snuff #ECBAF1

Color information

#ECBAF1 (or 0xECBAF1) is unknown color: approx Snuff. HEX triplet: EC, BA and F1. RGB value is (236,186,241). Sum of RGB (Red+Green+Blue) = 236+186+241=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECBAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAF1 is #13450E. Grayscale: #CFCFCF. Windows color (decimal): -1262863 or 15842028. OLE color: 15842028.

HSL color Cylindrical-coordinate representation of color #ECBAF1: hue angle of 294.55º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECBAF1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236186241-
CMYK0.020.2300.05
HSL294.55º66.27%83.73%-
HSV(B)294.55º22.82%94.51%-
XYZ68.0359.391.08-
YUV207.22147.06148.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.60%
GREEN value IS 186 (73.05% from 255) = 28.05%
BLUE value IS 241 (94.53% from 255) = 36.35%
R=35.60%
G=28.05%
B=36.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361862410.020.2300.05294.5566.2783.73
HexECBAF1217051274254
Octal35427236122705447102124
Binary1110110010111010111100011010111010110010011110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAF1; }

 p { color: rgb(236,186,241); }

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

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

 a { background-color: rgb(236,186,241); }

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

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

 span { border-color: rgb(236,186,241); }

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