#ECB6BC

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

Shades of Blossom #ECB6BC

Tints of Blossom #ECB6BC

Color information

#ECB6BC (or 0xECB6BC) is unknown color: approx Blossom. HEX triplet: EC, B6 and BC. RGB value is (236,182,188). Sum of RGB (Red+Green+Blue) = 236+182+188=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6BC is #134943. Grayscale: #C6C6C6. Windows color (decimal): -1263940 or 12367596. OLE color: 12367596.

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

Color convert

RGB236182188-
CMYK00.230.200.07
HSL353.33º58.7%81.96%-
HSV(B)353.33º22.88%92.55%-
XYZ60.454.9254.99-
YUV198.83121.89154.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 182 (71.48% from 255) = 30.03%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=38.94%
G=30.03%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618218800.230.200.07353.3358.781.96
HexECB6BC0171471613b52
Octal35426627402724754173122
Binary111011001011011010111100010111101001111011000011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6BC; }

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

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

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

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

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

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

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

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