#ECABB6

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

Shades of Blossom #ECABB6

Tints of Blossom #ECABB6

Color information

#ECABB6 (or 0xECABB6) is unknown color: approx Blossom. HEX triplet: EC, AB and B6. RGB value is (236,171,182). Sum of RGB (Red+Green+Blue) = 236+171+182=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABB6 is #135449. Grayscale: #BFBFBF. Windows color (decimal): -1266762 or 11971564. OLE color: 11971564.

HSL color Cylindrical-coordinate representation of color #ECABB6: hue angle of 349.85º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECABB6 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB236171182-
CMYK00.280.230.07
HSL349.85º63.11%79.8%-
HSV(B)349.85º27.54%92.55%-
XYZ57.650.3450.94-
YUV191.69122.53159.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 182 (71.48% from 255) = 30.90%
R=40.07%
G=29.03%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617118200.280.230.07349.8563.1179.8
HexECABB601C17715e3f50
Octal35425326603427753677120
Binary111011001010101110110110011100101111111010111101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABB6; }

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

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

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

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

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

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

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

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