#ECAAB1

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

Shades of Blossom #ECAAB1

Tints of Blossom #ECAAB1

Color information

#ECAAB1 (or 0xECAAB1) is unknown color: approx Blossom. HEX triplet: EC, AA and B1. RGB value is (236,170,177). Sum of RGB (Red+Green+Blue) = 236+170+177=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAAB1 is #13554E. Grayscale: #BEBEBE. Windows color (decimal): -1267023 or 11643628. OLE color: 11643628.

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

Color convert

RGB236170177-
CMYK00.280.250.07
HSL353.64º63.46%79.61%-
HSV(B)353.64º27.97%92.55%-
XYZ56.949.7648.2-
YUV190.53120.37160.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 177 (69.53% from 255) = 30.36%
R=40.48%
G=29.16%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617017700.280.250.07353.6463.4679.61
HexECAAB101C1971623f50
Octal35425226103431754277120
Binary111011001010101010110001011100110011111011000101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAB1; }

 p { color: rgb(236,170,177); }

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

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

 a { background-color: rgb(236,170,177); }

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

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

 span { border-color: rgb(236,170,177); }

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