Html Css Color HEX #EDAACC Lavender Pink

📋 copy color: '#EDAACC'

red 237 ◦ green 170 ◦ blue 204

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

Shades of Lavender Pink #EDAACC

Tints of Lavender Pink #EDAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.39%

R = 38.79%
G = 27.82%
B = 33.39%

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

#EDAACC (or 0xEDAACC) is known color: Lavender Pink. HEX triplet: ED, AA and CC. RGB value is (237,170,204). Sum of RGB (Red+Green+Blue) = 237+170+204=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAACC is #125533. Grayscale: #C1C1C1. Windows color (decimal): -1201460 or 13413101. OLE color: 13413101.

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

Color convert

RGB 237 170 204 -
CMYK 0 0.28 0.14 0.07
HSL 329.55º 0.65% 0.8% -
HSV(B) 329.55º 0.28% 0.93% -
XYZ 60.2 51.11 63.82 -
YUV 193.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 237 170 204 0 0.28 0.14 0.07 329.55 0.65 0.8
Hex ED AA CC 0 1C E 7 14A 41 50
Octal 355 252 314 0 34 16 7 512 101 120
Binary 11101101 10101010 11001100 0 11100 1110 111 101001010 1000001 1010000

Color Harmonies of #EDAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAACC

Black with #EDAACC

Text Example


Text Example

White with #EDAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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