#EDACCC

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

Shades of Lavender Pink #EDACCC

Tints of Lavender Pink #EDACCC

Color information

#EDACCC (or 0xEDACCC) is unknown color: approx Lavender Pink. HEX triplet: ED, AC and CC. RGB value is (237,172,204). Sum of RGB (Red+Green+Blue) = 237+172+204=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACCC is #125333. Grayscale: #C3C3C3. Windows color (decimal): -1200948 or 13413613. OLE color: 13413613.

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

Color convert

RGB237172204-
CMYK00.270.140.07
HSL330.46º64.36%80.2%-
HSV(B)330.46º27.43%92.94%-
XYZ60.5851.8763.95-
YUV195.08133.03157.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=38.66%
G=28.06%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717220400.270.140.07330.4664.3680.2
HexEDACCC01BE714a4050
Octal355254314033167512100120
Binary111011011010110011001100011011111011110100101010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACCC; }

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

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

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

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

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

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

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

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