#EDA3D2

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

Shades of Lavender Pink #EDA3D2

Tints of Lavender Pink #EDA3D2

Color information

#EDA3D2 (or 0xEDA3D2) is unknown color: approx Lavender Pink. HEX triplet: ED, A3 and D2. RGB value is (237,163,210). Sum of RGB (Red+Green+Blue) = 237+163+210=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 163 (64.06% from 255 or 26.72% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3D2 is #125C2D. Grayscale: #BEBEBE. Windows color (decimal): -1203246 or 13804525. OLE color: 13804525.

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

Color convert

RGB237163210-
CMYK00.310.110.07
HSL321.89º67.27%78.43%-
HSV(B)321.89º31.22%92.94%-
XYZ59.6648.8567.26-
YUV190.48139.02161.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 163 (64.06% from 255) = 26.72%
BLUE value IS 210 (82.42% from 255) = 34.43%
R=38.85%
G=26.72%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716321000.310.110.07321.8967.2778.43
HexEDA3D201FB7142434e
Octal355243322037137502103116
Binary111011011010001111010010011111101111110100001010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3D2; }

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

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

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

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

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

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

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

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