#ECCBF1

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

Shades of Snuff #ECCBF1

Tints of Snuff #ECCBF1

Color information

#ECCBF1 (or 0xECCBF1) is unknown color: approx Snuff. HEX triplet: EC, CB and F1. RGB value is (236,203,241). Sum of RGB (Red+Green+Blue) = 236+203+241=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECCBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBF1 is #13340E. Grayscale: #D9D9D9. Windows color (decimal): -1258511 or 15846380. OLE color: 15846380.

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

Color convert

RGB236203241-
CMYK0.020.1600.05
HSL292.11º57.58%87.06%-
HSV(B)292.11º15.77%94.51%-
XYZ71.8366.992.35-
YUV217.2141.43141.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.71%
GREEN value IS 203 (79.69% from 255) = 29.85%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=34.71%
G=29.85%
B=35.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362032410.020.1600.05292.1157.5887.06
HexECCBF1210051243a57
Octal3543133612200544472127
Binary111011001100101111110001101000001011001001001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBF1; }

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

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

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

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

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

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

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

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