#ECBFEE

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

Shades of Snuff #ECBFEE

Tints of Snuff #ECBFEE

Color information

#ECBFEE (or 0xECBFEE) is unknown color: approx Snuff. HEX triplet: EC, BF and EE. RGB value is (236,191,238). Sum of RGB (Red+Green+Blue) = 236+191+238=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECBFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFEE is #134011. Grayscale: #D1D1D1. Windows color (decimal): -1261586 or 15646700. OLE color: 15646700.

HSL color Cylindrical-coordinate representation of color #ECBFEE: hue angle of 297.45º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBFEE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236191238-
CMYK0.010.2000.07
HSL297.45º58.02%84.12%-
HSV(B)297.45º19.75%93.33%-
XYZ68.6661.2789.1-
YUV209.81143.91146.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 191 (75% from 255) = 28.72%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=35.49%
G=28.72%
B=35.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361912380.010.2000.07297.4558.0284.12
HexECBFEE114071293a54
Octal3542773561240745172124
Binary11101100101111111110111011010001111001010011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFEE; }

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

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

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

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

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

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

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

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