#ECBFF1

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

Shades of Snuff #ECBFF1

Tints of Snuff #ECBFF1

Color information

#ECBFF1 (or 0xECBFF1) is unknown color: approx Snuff. HEX triplet: EC, BF and F1. RGB value is (236,191,241). Sum of RGB (Red+Green+Blue) = 236+191+241=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECBFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFF1 is #13400E. Grayscale: #D2D2D2. Windows color (decimal): -1261583 or 15843308. OLE color: 15843308.

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

Color convert

RGB236191241-
CMYK0.020.2100.05
HSL294º64.1%84.71%-
HSV(B)294º20.75%94.51%-
XYZ69.161.4591.44-
YUV210.15145.41146.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 191 (75% from 255) = 28.59%
BLUE value IS 241 (94.53% from 255) = 36.08%
R=35.33%
G=28.59%
B=36.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361912410.020.2100.0529464.184.71
HexECBFF1215051264055
Octal35427736122505446100125
Binary1110110010111111111100011010101010110010011010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFF1; }

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

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

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

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

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

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

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

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