#ECB8BA

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

Shades of Blossom #ECB8BA

Tints of Blossom #ECB8BA

Color information

#ECB8BA (or 0xECB8BA) is unknown color: approx Blossom. HEX triplet: EC, B8 and BA. RGB value is (236,184,186). Sum of RGB (Red+Green+Blue) = 236+184+186=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8BA is #134745. Grayscale: #C7C7C7. Windows color (decimal): -1263430 or 12237036. OLE color: 12237036.

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

Color convert

RGB236184186-
CMYK00.220.210.07
HSL357.69º57.78%82.35%-
HSV(B)357.69º22.03%92.55%-
XYZ60.655.6654-
YUV199.78120.23153.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 184 (72.27% from 255) = 30.36%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=38.94%
G=30.36%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618418600.220.210.07357.6957.7882.35
HexECB8BA0161571663a52
Octal35427027202625754672122
Binary111011001011100010111010010110101011111011001101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB8BA; }

 p { color: rgb(236,184,186); }

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

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

 a { background-color: rgb(236,184,186); }

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

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

 span { border-color: rgb(236,184,186); }

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