#ECACDB

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

Shades of Lavender Rose #ECACDB

Tints of Lavender Rose #ECACDB

Color information

#ECACDB (or 0xECACDB) is unknown color: approx Lavender Rose. HEX triplet: EC, AC and DB. RGB value is (236,172,219). Sum of RGB (Red+Green+Blue) = 236+172+219=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACDB is #135324. Grayscale: #C4C4C4. Windows color (decimal): -1266469 or 14396652. OLE color: 14396652.

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

Color convert

RGB236172219-
CMYK00.270.070.07
HSL315.94º62.75%80%-
HSV(B)315.94º27.12%92.55%-
XYZ62.1352.4573.87-
YUV196.49140.7156.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=37.64%
G=27.43%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617221900.270.070.07315.9462.7580
HexECACDB01B7713c3f50
Octal3542543330337747477120
Binary1110110010101100110110110110111111111001111001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACDB; }

 p { color: rgb(236,172,219); }

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

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

 a { background-color: rgb(236,172,219); }

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

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

 span { border-color: rgb(236,172,219); }

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