#ECABDC

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

Shades of Lavender Rose #ECABDC

Tints of Lavender Rose #ECABDC

Color information

#ECABDC (or 0xECABDC) is unknown color: approx Lavender Rose. HEX triplet: EC, AB and DC. RGB value is (236,171,220). Sum of RGB (Red+Green+Blue) = 236+171+220=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABDC is #135423. Grayscale: #C3C3C3. Windows color (decimal): -1266724 or 14461932. OLE color: 14461932.

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

Color convert

RGB236171220-
CMYK00.280.070.07
HSL314.77º63.11%79.8%-
HSV(B)314.77º27.54%92.55%-
XYZ62.0752.1374.5-
YUV196.02141.53156.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 171 (67.19% from 255) = 27.27%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=37.64%
G=27.27%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617122000.280.070.07314.7763.1179.8
HexECABDC01C7713b3f50
Octal3542533340347747377120
Binary1110110010101011110111000111001111111001110111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABDC; }

 p { color: rgb(236,171,220); }

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

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

 a { background-color: rgb(236,171,220); }

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

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

 span { border-color: rgb(236,171,220); }

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