#ECAACB

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

Shades of Lavender Pink #ECAACB

Tints of Lavender Pink #ECAACB

Color information

#ECAACB (or 0xECAACB) is unknown color: approx Lavender Pink. HEX triplet: EC, AA and CB. RGB value is (236,170,203). Sum of RGB (Red+Green+Blue) = 236+170+203=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAACB is #135534. Grayscale: #C1C1C1. Windows color (decimal): -1266997 or 13347564. OLE color: 13347564.

HSL color Cylindrical-coordinate representation of color #ECAACB: hue angle of 330º 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 #ECAACB is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236170203-
CMYK00.280.140.07
HSL330º63.46%79.61%-
HSV(B)330º27.97%92.55%-
XYZ59.7550.8963.17-
YUV193.5133.37158.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 203 (79.69% from 255) = 33.33%
R=38.75%
G=27.91%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617020300.280.140.0733063.4679.61
HexECAACB01CE714a3f50
Octal35425231303416751277120
Binary11101100101010101100101101110011101111010010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAACB; }

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

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

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

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

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

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

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

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