#ECB0BB

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

Shades of Blossom #ECB0BB

Tints of Blossom #ECB0BB

Color information

#ECB0BB (or 0xECB0BB) is unknown color: approx Blossom. HEX triplet: EC, B0 and BB. RGB value is (236,176,187). Sum of RGB (Red+Green+Blue) = 236+176+187=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0BB is #134F44. Grayscale: #C3C3C3. Windows color (decimal): -1265477 or 12300524. OLE color: 12300524.

HSL color Cylindrical-coordinate representation of color #ECB0BB: hue angle of 349º 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 #ECB0BB is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236176187-
CMYK00.250.210.07
HSL349º61.22%80.78%-
HSV(B)349º25.42%92.55%-
XYZ59.0952.4754.03-
YUV195.19123.38157.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 176 (69.14% from 255) = 29.38%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=39.40%
G=29.38%
B=31.22%

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
Decimal23617618700.250.210.0734961.2280.78
HexECB0BB01915715d3d51
Octal35426027303125753575121
Binary111011001011000010111011011001101011111010111011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB0BB; }

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

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

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

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

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

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

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

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