#EDA8DB

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

Shades of Lavender Rose #EDA8DB

Tints of Lavender Rose #EDA8DB

Color information

#EDA8DB (or 0xEDA8DB) is unknown color: approx Lavender Rose. HEX triplet: ED, A8 and DB. RGB value is (237,168,219). Sum of RGB (Red+Green+Blue) = 237+168+219=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8DB is #125724. Grayscale: #C2C2C2. Windows color (decimal): -1201957 or 14395629. OLE color: 14395629.

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

Color convert

RGB237168219-
CMYK00.290.080.07
HSL315.65º65.71%79.41%-
HSV(B)315.65º29.11%92.94%-
XYZ61.7151.1273.63-
YUV194.44141.86158.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 168 (66.02% from 255) = 26.92%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=37.98%
G=26.92%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716821900.290.080.07315.6565.7179.41
HexEDA8DB01D8713c424f
Octal355250333035107474102117
Binary111011011010100011011011011101100011110011110010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8DB; }

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

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

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

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

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

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

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

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