#ECAADF

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

Shades of Lavender Rose #ECAADF

Tints of Lavender Rose #ECAADF

Color information

#ECAADF (or 0xECAADF) is unknown color: approx Lavender Rose. HEX triplet: EC, AA and DF. RGB value is (236,170,223). Sum of RGB (Red+Green+Blue) = 236+170+223=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAADF is #135520. Grayscale: #C3C3C3. Windows color (decimal): -1266977 or 14658284. OLE color: 14658284.

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

Color convert

RGB236170223-
CMYK00.280.060.07
HSL311.82º63.46%79.61%-
HSV(B)311.82º27.97%92.55%-
XYZ62.2951.9176.55-
YUV195.78143.37156.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.52%
GREEN value IS 170 (66.80% from 255) = 27.03%
BLUE value IS 223 (87.5% from 255) = 35.45%
R=37.52%
G=27.03%
B=35.45%

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
Decimal23617022300.280.060.07311.8263.4679.61
HexECAADF01C671383f50
Octal3542523370346747077120
Binary1110110010101010110111110111001101111001110001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAADF; }

 p { color: rgb(236,170,223); }

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

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

 a { background-color: rgb(236,170,223); }

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

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

 span { border-color: rgb(236,170,223); }

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