#ECB1B7

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

Shades of Blossom #ECB1B7

Tints of Blossom #ECB1B7

Color information

#ECB1B7 (or 0xECB1B7) is unknown color: approx Blossom. HEX triplet: EC, B1 and B7. RGB value is (236,177,183). Sum of RGB (Red+Green+Blue) = 236+177+183=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1B7 is #134E48. Grayscale: #C3C3C3. Windows color (decimal): -1265225 or 12038636. OLE color: 12038636.

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

Color convert

RGB236177183-
CMYK00.250.220.07
HSL353.9º60.82%80.98%-
HSV(B)353.9º25%92.55%-
XYZ58.8652.751.87-
YUV195.32121.05157.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.60%
GREEN value IS 177 (69.53% from 255) = 29.70%
BLUE value IS 183 (71.88% from 255) = 30.70%
R=39.60%
G=29.70%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617718300.250.220.07353.960.8280.98
HexECB1B70191671623d51
Octal35426126703126754275121
Binary111011001011000110110111011001101101111011000101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1B7; }

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

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

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

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

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

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

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

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