#EDA6CE

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

Shades of Lavender Pink #EDA6CE

Tints of Lavender Pink #EDA6CE

Color information

#EDA6CE (or 0xEDA6CE) is unknown color: approx Lavender Pink. HEX triplet: ED, A6 and CE. RGB value is (237,166,206). Sum of RGB (Red+Green+Blue) = 237+166+206=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6CE is #125931. Grayscale: #BFBFBF. Windows color (decimal): -1202482 or 13543149. OLE color: 13543149.

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

Color convert

RGB237166206-
CMYK00.300.130.07
HSL326.2º66.36%79.02%-
HSV(B)326.2º29.96%92.94%-
XYZ59.749.7364.85-
YUV191.79136.02160.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 166 (65.23% from 255) = 27.26%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=38.92%
G=27.26%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716620600.300.130.07326.266.3679.02
HexEDA6CE01ED7146424f
Octal355246316036157506102117
Binary111011011010011011001110011110110111110100011010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6CE; }

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

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

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

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

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

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

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

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