#ECCBF0

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

Shades of Snuff #ECCBF0

Tints of Snuff #ECCBF0

Color information

#ECCBF0 (or 0xECCBF0) is unknown color: approx Snuff. HEX triplet: EC, CB and F0. RGB value is (236,203,240). Sum of RGB (Red+Green+Blue) = 236+203+240=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECCBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBF0 is #13340F. Grayscale: #D8D8D8. Windows color (decimal): -1258512 or 15780844. OLE color: 15780844.

HSL color Cylindrical-coordinate representation of color #ECCBF0: hue angle of 293.51º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECCBF0 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236203240-
CMYK0.020.1500.06
HSL293.51º55.22%86.86%-
HSV(B)293.51º15.42%94.12%-
XYZ71.6866.8491.56-
YUV217.08140.93141.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.76%
GREEN value IS 203 (79.69% from 255) = 29.90%
BLUE value IS 240 (94.14% from 255) = 35.35%
R=34.76%
G=29.90%
B=35.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362032400.020.1500.06293.5155.2286.86
HexECCBF02F061263757
Octal3543133602170644667127
Binary11101100110010111111000010111101101001001101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBF0; }

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

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

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

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

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

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

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

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