#ECAFB9

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

Shades of Blossom #ECAFB9

Tints of Blossom #ECAFB9

Color information

#ECAFB9 (or 0xECAFB9) is unknown color: approx Blossom. HEX triplet: EC, AF and B9. RGB value is (236,175,185). Sum of RGB (Red+Green+Blue) = 236+175+185=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFB9 is #135046. Grayscale: #C2C2C2. Windows color (decimal): -1265735 or 12169196. OLE color: 12169196.

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

Color convert

RGB236175185-
CMYK00.260.220.07
HSL350.16º61.62%80.59%-
HSV(B)350.16º25.85%92.55%-
XYZ58.685252.84-
YUV194.38122.71157.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.60%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=39.60%
G=29.36%
B=31.04%

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
Decimal23617518500.260.220.07350.1661.6280.59
HexECAFB901A16715e3e51
Octal35425727103226753676121
Binary111011001010111110111001011010101101111010111101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFB9; }

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

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

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

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

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

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

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

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