#ECACDD

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

Shades of Lavender Rose #ECACDD

Tints of Lavender Rose #ECACDD

Color information

#ECACDD (or 0xECACDD) is unknown color: approx Lavender Rose. HEX triplet: EC, AC and DD. RGB value is (236,172,221). Sum of RGB (Red+Green+Blue) = 236+172+221=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACDD is #135322. Grayscale: #C4C4C4. Windows color (decimal): -1266467 or 14527724. OLE color: 14527724.

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

Color convert

RGB236172221-
CMYK00.270.060.07
HSL314.06º62.75%80%-
HSV(B)314.06º27.12%92.55%-
XYZ62.452.5675.26-
YUV196.72141.7156.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.52%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=37.52%
G=27.34%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617222100.270.060.07314.0662.7580
HexECACDD01B6713a3f50
Octal3542543350336747277120
Binary1110110010101100110111010110111101111001110101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACDD; }

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

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

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

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

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

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

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

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