#ECBFED

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

Shades of Snuff #ECBFED

Tints of Snuff #ECBFED

Color information

#ECBFED (or 0xECBFED) is unknown color: approx Snuff. HEX triplet: EC, BF and ED. RGB value is (236,191,237). Sum of RGB (Red+Green+Blue) = 236+191+237=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECBFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFED is #134012. Grayscale: #D1D1D1. Windows color (decimal): -1261587 or 15581164. OLE color: 15581164.

HSL color Cylindrical-coordinate representation of color #ECBFED: hue angle of 298.7º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBFED is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236191237-
CMYK0.000.1900.07
HSL298.7º56.1%83.92%-
HSV(B)298.7º19.41%92.94%-
XYZ68.5161.2188.32-
YUV209.7143.41146.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 191 (75% from 255) = 28.77%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=35.54%
G=28.77%
B=35.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361912370.000.1900.07298.756.183.92
HexECBFED0130712b3854
Octal3542773550230745370124
Binary11101100101111111110110101001101111001010111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFED; }

 p { color: rgb(236,191,237); }

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

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

 a { background-color: rgb(236,191,237); }

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

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

 span { border-color: rgb(236,191,237); }

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