#ECACB8

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

Shades of Blossom #ECACB8

Tints of Blossom #ECACB8

Color information

#ECACB8 (or 0xECACB8) is unknown color: approx Blossom. HEX triplet: EC, AC and B8. RGB value is (236,172,184). Sum of RGB (Red+Green+Blue) = 236+172+184=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACB8 is #135347. Grayscale: #C0C0C0. Windows color (decimal): -1266504 or 12102892. OLE color: 12102892.

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

Color convert

RGB236172184-
CMYK00.270.220.07
HSL348.75º62.75%80%-
HSV(B)348.75º27.12%92.55%-
XYZ5850.852.1-
YUV192.5123.2159.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 184 (72.27% from 255) = 31.08%
R=39.86%
G=29.05%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617218400.270.220.07348.7562.7580
HexECACB801B16715d3f50
Octal35425427003326753577120
Binary111011001010110010111000011011101101111010111011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACB8; }

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

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

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

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

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

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

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

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