#EDA1DB

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

Shades of Lavender Rose #EDA1DB

Tints of Lavender Rose #EDA1DB

Color information

#EDA1DB (or 0xEDA1DB) is unknown color: approx Lavender Rose. HEX triplet: ED, A1 and DB. RGB value is (237,161,219). Sum of RGB (Red+Green+Blue) = 237+161+219=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1DB is #125E24. Grayscale: #BEBEBE. Windows color (decimal): -1203749 or 14393837. OLE color: 14393837.

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

Color convert

RGB237161219-
CMYK00.320.080.07
HSL314.21º67.86%78.04%-
HSV(B)314.21º32.07%92.94%-
XYZ60.4648.6173.21-
YUV190.34144.18161.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 161 (63.28% from 255) = 26.09%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=38.41%
G=26.09%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716121900.320.080.07314.2167.8678.04
HexEDA1DB0208713a444e
Octal355241333040107472104116
Binary1110110110100001110110110100000100011110011101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1DB; }

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

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

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

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

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

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

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

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