#EDA8CC

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

Shades of Lavender Pink #EDA8CC

Tints of Lavender Pink #EDA8CC

Color information

#EDA8CC (or 0xEDA8CC) is unknown color: approx Lavender Pink. HEX triplet: ED, A8 and CC. RGB value is (237,168,204). Sum of RGB (Red+Green+Blue) = 237+168+204=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8CC is #125733. Grayscale: #C0C0C0. Windows color (decimal): -1201972 or 13412589. OLE color: 13412589.

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

Color convert

RGB237168204-
CMYK00.290.140.07
HSL328.7º65.71%79.41%-
HSV(B)328.7º29.11%92.94%-
XYZ59.8350.3763.7-
YUV192.74134.36159.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 168 (66.02% from 255) = 27.59%
BLUE value IS 204 (80.08% from 255) = 33.50%
R=38.92%
G=27.59%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716820400.290.140.07328.765.7179.41
HexEDA8CC01DE7149424f
Octal355250314035167511102117
Binary111011011010100011001100011101111011110100100110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8CC; }

 p { color: rgb(237,168,204); }

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

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

 a { background-color: rgb(237,168,204); }

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

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

 span { border-color: rgb(237,168,204); }

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