#ECACD8

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

Shades of Lavender Rose #ECACD8

Tints of Lavender Rose #ECACD8

Color information

#ECACD8 (or 0xECACD8) is unknown color: approx Lavender Rose. HEX triplet: EC, AC and D8. RGB value is (236,172,216). Sum of RGB (Red+Green+Blue) = 236+172+216=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACD8 is #135327. Grayscale: #C4C4C4. Windows color (decimal): -1266472 or 14200044. OLE color: 14200044.

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

Color convert

RGB236172216-
CMYK00.270.080.07
HSL318.75º62.75%80%-
HSV(B)318.75º27.12%92.55%-
XYZ61.7452.371.81-
YUV196.15139.2156.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.82%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 216 (84.77% from 255) = 34.62%
R=37.82%
G=27.56%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617221600.270.080.07318.7562.7580
HexECACD801B8713f3f50
Octal35425433003310747777120
Binary11101100101011001101100001101110001111001111111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACD8; }

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

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

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

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

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

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

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

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