#ecb0b8

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

Shades of Blossom #ECB0B8

Tints of Blossom #ECB0B8

Color information

#ECB0B8 (or 0xECB0B8) is unknown color: approx Blossom. HEX triplet: EC, B0 and B8. RGB value is (236,176,184). Sum of RGB (Red+Green+Blue) = 236+176+184=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0B8 is #134F47. Grayscale: #C2C2C2. Windows color (decimal): -1265480 or 12103916. OLE color: 12103916.

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

Color convert

RGB236176184-
CMYK00.250.220.07
HSL352º61.22%80.78%-
HSV(B)352º25.42%92.55%-
XYZ58.7752.3452.35-
YUV194.85121.88157.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.60%
GREEN value IS 176 (69.14% from 255) = 29.53%
BLUE value IS 184 (72.27% from 255) = 30.87%
R=39.60%
G=29.53%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617618400.250.220.0735261.2280.78
HexECB0B80191671603d51
Octal35426027003126754075121
Binary111011001011000010111000011001101101111011000001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecb0b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecb0b8; }

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

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

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

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

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

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

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

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