#EDA1DC

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

Shades of Lavender Rose #EDA1DC

Tints of Lavender Rose #EDA1DC

Color information

#EDA1DC (or 0xEDA1DC) is unknown color: approx Lavender Rose. HEX triplet: ED, A1 and DC. RGB value is (237,161,220). Sum of RGB (Red+Green+Blue) = 237+161+220=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1DC is #125E23. Grayscale: #BEBEBE. Windows color (decimal): -1203748 or 14459373. OLE color: 14459373.

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

Color convert

RGB237161220-
CMYK00.320.070.07
HSL313.42º67.86%78.04%-
HSV(B)313.42º32.07%92.94%-
XYZ60.5948.6673.91-
YUV190.45144.68161.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 161 (63.28% from 255) = 26.05%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=38.35%
G=26.05%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716122000.320.070.07313.4267.8678.04
HexEDA1DC02077139444e
Octal35524133404077471104116
Binary111011011010000111011100010000011111110011100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1DC; }

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

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

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

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

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

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

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

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