#EDA6D2

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

Shades of Lavender Pink #EDA6D2

Tints of Lavender Pink #EDA6D2

Color information

#EDA6D2 (or 0xEDA6D2) is unknown color: approx Lavender Pink. HEX triplet: ED, A6 and D2. RGB value is (237,166,210). Sum of RGB (Red+Green+Blue) = 237+166+210=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6D2 is #12592D. Grayscale: #C0C0C0. Windows color (decimal): -1202478 or 13805293. OLE color: 13805293.

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

Color convert

RGB237166210-
CMYK00.300.110.07
HSL322.82º66.36%79.02%-
HSV(B)322.82º29.96%92.94%-
XYZ60.1949.9367.44-
YUV192.24138.02159.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 166 (65.23% from 255) = 27.08%
BLUE value IS 210 (82.42% from 255) = 34.26%
R=38.66%
G=27.08%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716621000.300.110.07322.8266.3679.02
HexEDA6D201EB7143424f
Octal355246322036137503102117
Binary111011011010011011010010011110101111110100001110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6D2; }

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

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

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

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

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

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

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

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