#ECB8BC

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

Shades of Blossom #ECB8BC

Tints of Blossom #ECB8BC

Color information

#ECB8BC (or 0xECB8BC) is unknown color: approx Blossom. HEX triplet: EC, B8 and BC. RGB value is (236,184,188). Sum of RGB (Red+Green+Blue) = 236+184+188=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8BC is #134743. Grayscale: #C8C8C8. Windows color (decimal): -1263428 or 12368108. OLE color: 12368108.

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

Color convert

RGB236184188-
CMYK00.220.200.07
HSL355.38º57.78%82.35%-
HSV(B)355.38º22.03%92.55%-
XYZ60.8155.7455.13-
YUV200121.23153.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 184 (72.27% from 255) = 30.26%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=38.82%
G=30.26%
B=30.92%

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
Decimal23618418800.220.200.07355.3857.7882.35
HexECB8BC0161471633a52
Octal35427027402624754372122
Binary111011001011100010111100010110101001111011000111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB8BC; }

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

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

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

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

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

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

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

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