#ED9CDB

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

Shades of Lavender Rose #ED9CDB

Tints of Lavender Rose #ED9CDB

Color information

#ED9CDB (or 0xED9CDB) is unknown color: approx Lavender Rose. HEX triplet: ED, 9C and DB. RGB value is (237,156,219). Sum of RGB (Red+Green+Blue) = 237+156+219=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CDB is #126324. Grayscale: #BBBBBB. Windows color (decimal): -1205029 or 14392557. OLE color: 14392557.

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

Color convert

RGB237156219-
CMYK00.340.080.07
HSL313.33º69.23%77.06%-
HSV(B)313.33º34.18%92.94%-
XYZ59.646.972.93-
YUV187.4145.84163.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 156 (61.33% from 255) = 25.49%
BLUE value IS 219 (85.94% from 255) = 35.78%
R=38.73%
G=25.49%
B=35.78%

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
Decimal23715621900.340.080.07313.3369.2377.06
HexED9CDB02287139454d
Octal355234333042107471105115
Binary1110110110011100110110110100010100011110011100110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9CDB; }

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

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

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

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

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

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

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

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