#ED9BDC

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

Shades of Lavender Rose #ED9BDC

Tints of Lavender Rose #ED9BDC

Color information

#ED9BDC (or 0xED9BDC) is unknown color: approx Lavender Rose. HEX triplet: ED, 9B and DC. RGB value is (237,155,220). Sum of RGB (Red+Green+Blue) = 237+155+220=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BDC is #126423. Grayscale: #BABABA. Windows color (decimal): -1205284 or 14457837. OLE color: 14457837.

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

Color convert

RGB237155220-
CMYK00.350.070.07
HSL312.44º69.49%76.86%-
HSV(B)312.44º34.6%92.94%-
XYZ59.5646.6173.57-
YUV186.93146.67163.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 155 (60.94% from 255) = 25.33%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=38.73%
G=25.33%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715522000.350.070.07312.4469.4976.86
HexED9BDC02377138454d
Octal35523333404377470105115
Binary111011011001101111011100010001111111110011100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9BDC; }

 p { color: rgb(237,155,220); }

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

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

 a { background-color: rgb(237,155,220); }

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

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

 span { border-color: rgb(237,155,220); }

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