#ECABDD

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

Shades of Lavender Rose #ECABDD

Tints of Lavender Rose #ECABDD

Color information

#ECABDD (or 0xECABDD) is unknown color: approx Lavender Rose. HEX triplet: EC, AB and DD. RGB value is (236,171,221). Sum of RGB (Red+Green+Blue) = 236+171+221=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABDD is #135422. Grayscale: #C4C4C4. Windows color (decimal): -1266723 or 14527468. OLE color: 14527468.

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

Color convert

RGB236171221-
CMYK00.280.060.07
HSL313.85º63.11%79.8%-
HSV(B)313.85º27.54%92.55%-
XYZ62.2152.1875.2-
YUV196.14142.03156.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.58%
GREEN value IS 171 (67.19% from 255) = 27.23%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=37.58%
G=27.23%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617122100.280.060.07313.8563.1179.8
HexECABDD01C6713a3f50
Octal3542533350346747277120
Binary1110110010101011110111010111001101111001110101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABDD; }

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

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

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

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

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

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

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

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