Html Css Color HEX #EDAACD Lavender Pink

📋 copy color: '#EDAACD'

red 237 ◦ green 170 ◦ blue 205

#EDAACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #EDAACD

Tints of Lavender Pink #EDAACD

RGB

 RED value IS 237 (92.97% from 255) = 38.73%

 GREEN value IS 170 (66.8% from 255) = 27.78%

 BLUE value IS 205 (80.47% from 255) = 33.5%

R = 38.73%
G = 27.78%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDAACD (or 0xEDAACD) is known color: Lavender Pink. HEX triplet: ED, AA and CD. RGB value is (237,170,205). Sum of RGB (Red+Green+Blue) = 237+170+205=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAACD is #125532. Grayscale: #C1C1C1. Windows color (decimal): -1201459 or 13478637. OLE color: 13478637.

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

Color convert

RGB 237 170 205 -
CMYK 0 0.28 0.14 0.07
HSL 328.66º 0.65% 0.8% -
HSV(B) 328.66º 0.28% 0.93% -
XYZ 60.32 51.16 64.45 -
YUV 194.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 237 170 205 0 0.28 0.14 0.07 328.66 0.65 0.8
Hex ED AA CD 0 1C E 7 149 41 50
Octal 355 252 315 0 34 16 7 511 101 120
Binary 11101101 10101010 11001101 0 11100 1110 111 101001001 1000001 1010000

Color Harmonies of #EDAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAACD

Black with #EDAACD

Text Example


Text Example

White with #EDAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAACD; }

 p { color: rgb(237,170,205); }

 H1.HeaderClassName
 {
   color: #EDAACD;
 }
 .AnyTagClassName
 {
   color: #EDAACD;
 }
</style>

background-color css

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

 a { background-color: rgb(237,170,205); }

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

border-color css

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

 span { border-color: rgb(237,170,205); }

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