#ECB7BA

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

Shades of Blossom #ECB7BA

Tints of Blossom #ECB7BA

Color information

#ECB7BA (or 0xECB7BA) is unknown color: approx Blossom. HEX triplet: EC, B7 and BA. RGB value is (236,183,186). Sum of RGB (Red+Green+Blue) = 236+183+186=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7BA is #134845. Grayscale: #C7C7C7. Windows color (decimal): -1263686 or 12236780. OLE color: 12236780.

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

Color convert

RGB236183186-
CMYK00.220.210.07
HSL356.6º58.24%82.16%-
HSV(B)356.6º22.46%92.55%-
XYZ60.3955.2553.93-
YUV199.19120.56154.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 183 (71.88% from 255) = 30.25%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=39.01%
G=30.25%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618318600.220.210.07356.658.2482.16
HexECB7BA0161571653a52
Octal35426727202625754572122
Binary111011001011011110111010010110101011111011001011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB7BA; }

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

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

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

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

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

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

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

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