#ED9CDA

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

Shades of Lavender Rose #ED9CDA

Tints of Lavender Rose #ED9CDA

Color information

#ED9CDA (or 0xED9CDA) is unknown color: approx Lavender Rose. HEX triplet: ED, 9C and DA. RGB value is (237,156,218). Sum of RGB (Red+Green+Blue) = 237+156+218=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CDA is #126325. Grayscale: #BBBBBB. Windows color (decimal): -1205030 or 14327021. OLE color: 14327021.

HSL color Cylindrical-coordinate representation of color #ED9CDA: hue angle of 314.07º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9CDA is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237156218-
CMYK00.340.080.07
HSL314.07º69.23%77.06%-
HSV(B)314.07º34.18%92.94%-
XYZ59.4746.8472.24-
YUV187.29145.34163.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 156 (61.33% from 255) = 25.53%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=38.79%
G=25.53%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715621800.340.080.07314.0769.2377.06
HexED9CDA0228713a454d
Octal355234332042107472105115
Binary1110110110011100110110100100010100011110011101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9CDA; }

 p { color: rgb(237,156,218); }

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

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

 a { background-color: rgb(237,156,218); }

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

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

 span { border-color: rgb(237,156,218); }

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