#ECB7BC

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

Shades of Blossom #ECB7BC

Tints of Blossom #ECB7BC

Color information

#ECB7BC (or 0xECB7BC) is unknown color: approx Blossom. HEX triplet: EC, B7 and BC. RGB value is (236,183,188). Sum of RGB (Red+Green+Blue) = 236+183+188=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7BC is #134843. Grayscale: #C7C7C7. Windows color (decimal): -1263684 or 12367852. OLE color: 12367852.

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

Color convert

RGB236183188-
CMYK00.220.200.07
HSL354.34º58.24%82.16%-
HSV(B)354.34º22.46%92.55%-
XYZ60.655.3355.06-
YUV199.42121.56154.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=38.88%
G=30.15%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618318800.220.200.07354.3458.2482.16
HexECB7BC0161471623a52
Octal35426727402624754272122
Binary111011001011011110111100010110101001111011000101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB7BC; }

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

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

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

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

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

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

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

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