#EDA3DB

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

Shades of Lavender Rose #EDA3DB

Tints of Lavender Rose #EDA3DB

Color information

#EDA3DB (or 0xEDA3DB) is unknown color: approx Lavender Rose. HEX triplet: ED, A3 and DB. RGB value is (237,163,219). Sum of RGB (Red+Green+Blue) = 237+163+219=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3DB is #125C24. Grayscale: #BFBFBF. Windows color (decimal): -1203237 or 14394349. OLE color: 14394349.

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

Color convert

RGB237163219-
CMYK00.310.080.07
HSL314.59º67.27%78.43%-
HSV(B)314.59º31.22%92.94%-
XYZ60.8149.3173.33-
YUV191.51143.52160.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 163 (64.06% from 255) = 26.33%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=38.29%
G=26.33%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716321900.310.080.07314.5967.2778.43
HexEDA3DB01F8713b434e
Octal355243333037107473103116
Binary111011011010001111011011011111100011110011101110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3DB; }

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

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

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

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

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

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

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

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