#ECB4BB

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

Shades of Blossom #ECB4BB

Tints of Blossom #ECB4BB

Color information

#ECB4BB (or 0xECB4BB) is unknown color: approx Blossom. HEX triplet: EC, B4 and BB. RGB value is (236,180,187). Sum of RGB (Red+Green+Blue) = 236+180+187=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4BB is #134B44. Grayscale: #C5C5C5. Windows color (decimal): -1264453 or 12301548. OLE color: 12301548.

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

Color convert

RGB236180187-
CMYK00.240.210.07
HSL352.5º59.57%81.57%-
HSV(B)352.5º23.73%92.55%-
XYZ59.8854.0654.29-
YUV197.54122.05155.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=39.14%
G=29.85%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618018700.240.210.07352.559.5781.57
HexECB4BB0181571603c52
Octal35426427303025754074122
Binary111011001011010010111011011000101011111011000001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4BB; }

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

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

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

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

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

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

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

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