#ECAEB9

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

Shades of Blossom #ECAEB9

Tints of Blossom #ECAEB9

Color information

#ECAEB9 (or 0xECAEB9) is unknown color: approx Blossom. HEX triplet: EC, AE and B9. RGB value is (236,174,185). Sum of RGB (Red+Green+Blue) = 236+174+185=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAEB9 is #135146. Grayscale: #C1C1C1. Windows color (decimal): -1265991 or 12168940. OLE color: 12168940.

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

Color convert

RGB236174185-
CMYK00.260.220.07
HSL349.35º62%80.39%-
HSV(B)349.35º26.27%92.55%-
XYZ58.4951.6152.78-
YUV193.79123.04158.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 185 (72.66% from 255) = 31.09%
R=39.66%
G=29.24%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617418500.260.220.07349.356280.39
HexECAEB901A16715d3e50
Octal35425627103226753576120
Binary111011001010111010111001011010101101111010111011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAEB9; }

 p { color: rgb(236,174,185); }

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

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

 a { background-color: rgb(236,174,185); }

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

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

 span { border-color: rgb(236,174,185); }

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