#EDA9CE

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

Shades of Lavender Pink #EDA9CE

Tints of Lavender Pink #EDA9CE

Color information

#EDA9CE (or 0xEDA9CE) is unknown color: approx Lavender Pink. HEX triplet: ED, A9 and CE. RGB value is (237,169,206). Sum of RGB (Red+Green+Blue) = 237+169+206=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9CE is #125631. Grayscale: #C1C1C1. Windows color (decimal): -1201714 or 13543917. OLE color: 13543917.

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

Color convert

RGB237169206-
CMYK00.290.130.07
HSL327.35º65.38%79.61%-
HSV(B)327.35º28.69%92.94%-
XYZ60.2550.8465.03-
YUV193.55135.03158.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 169 (66.41% from 255) = 27.61%
BLUE value IS 206 (80.86% from 255) = 33.66%
R=38.73%
G=27.61%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716920600.290.130.07327.3565.3879.61
HexEDA9CE01DD71474150
Octal355251316035157507101120
Binary111011011010100111001110011101110111110100011110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9CE; }

 p { color: rgb(237,169,206); }

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

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

 a { background-color: rgb(237,169,206); }

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

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

 span { border-color: rgb(237,169,206); }

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