#ECB6BA

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

Shades of Blossom #ECB6BA

Tints of Blossom #ECB6BA

Color information

#ECB6BA (or 0xECB6BA) is unknown color: approx Blossom. HEX triplet: EC, B6 and BA. RGB value is (236,182,186). Sum of RGB (Red+Green+Blue) = 236+182+186=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6BA is #134945. Grayscale: #C6C6C6. Windows color (decimal): -1263942 or 12236524. OLE color: 12236524.

HSL color Cylindrical-coordinate representation of color #ECB6BA: hue angle of 355.56º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB6BA is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236182186-
CMYK00.230.210.07
HSL355.56º58.7%81.96%-
HSV(B)355.56º22.88%92.55%-
XYZ60.1854.8353.87-
YUV198.6120.89154.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 182 (71.48% from 255) = 30.13%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=39.07%
G=30.13%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618218600.230.210.07355.5658.781.96
HexECB6BA0171571643b52
Octal35426627202725754473122
Binary111011001011011010111010010111101011111011001001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6BA; }

 p { color: rgb(236,182,186); }

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

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

 a { background-color: rgb(236,182,186); }

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

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

 span { border-color: rgb(236,182,186); }

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