#ECB1BB

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

Shades of Blossom #ECB1BB

Tints of Blossom #ECB1BB

Color information

#ECB1BB (or 0xECB1BB) is unknown color: approx Blossom. HEX triplet: EC, B1 and BB. RGB value is (236,177,187). Sum of RGB (Red+Green+Blue) = 236+177+187=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1BB is #134E44. Grayscale: #C3C3C3. Windows color (decimal): -1265221 or 12300780. OLE color: 12300780.

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

Color convert

RGB236177187-
CMYK00.250.210.07
HSL349.83º60.82%80.98%-
HSV(B)349.83º25%92.55%-
XYZ59.2852.8754.09-
YUV195.78123.05156.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 177 (69.53% from 255) = 29.5%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=39.33%
G=29.5%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617718700.250.210.07349.8360.8280.98
HexECB1BB01915715e3d51
Octal35426127303125753675121
Binary111011001011000110111011011001101011111010111101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1BB; }

 p { color: rgb(236,177,187); }

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

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

 a { background-color: rgb(236,177,187); }

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

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

 span { border-color: rgb(236,177,187); }

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