#ECB1B6

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

Shades of Blossom #ECB1B6

Tints of Blossom #ECB1B6

Color information

#ECB1B6 (or 0xECB1B6) is unknown color: approx Blossom. HEX triplet: EC, B1 and B6. RGB value is (236,177,182). Sum of RGB (Red+Green+Blue) = 236+177+182=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1B6 is #134E49. Grayscale: #C3C3C3. Windows color (decimal): -1265226 or 11973100. OLE color: 11973100.

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

Color convert

RGB236177182-
CMYK00.250.230.07
HSL354.92º60.82%80.98%-
HSV(B)354.92º25%92.55%-
XYZ58.7652.6551.32-
YUV195.21120.55157.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 177 (69.53% from 255) = 29.75%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=39.66%
G=29.75%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617718200.250.230.07354.9260.8280.98
HexECB1B60191771633d51
Octal35426126603127754375121
Binary111011001011000110110110011001101111111011000111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1B6; }

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

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

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

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

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

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

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

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