#ECCBEF

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

Shades of Snuff #ECCBEF

Tints of Snuff #ECCBEF

Color information

#ECCBEF (or 0xECCBEF) is unknown color: approx Snuff. HEX triplet: EC, CB and EF. RGB value is (236,203,239). Sum of RGB (Red+Green+Blue) = 236+203+239=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 203 (79.69% from 255 or 29.94% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECCBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBEF is #133410. Grayscale: #D8D8D8. Windows color (decimal): -1258513 or 15715308. OLE color: 15715308.

HSL color Cylindrical-coordinate representation of color #ECCBEF: hue angle of 295º degrees, saturation: 0.53, 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 #ECCBEF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236203239-
CMYK0.010.1500.06
HSL295º52.94%86.67%-
HSV(B)295º15.06%93.73%-
XYZ71.5366.7890.78-
YUV216.97140.43141.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.81%
GREEN value IS 203 (79.69% from 255) = 29.94%
BLUE value IS 239 (93.75% from 255) = 35.25%
R=34.81%
G=29.94%
B=35.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362032390.010.1500.0629552.9486.67
HexECCBEF1F061273557
Octal3543133571170644765127
Binary1110110011001011111011111111101101001001111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBEF; }

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

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

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

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

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

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

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

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