Html Css Color HEX #EDA9CC Lavender Pink

📋 copy color: '#EDA9CC'

red 237 ◦ green 169 ◦ blue 204

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

Shades of Lavender Pink #EDA9CC

Tints of Lavender Pink #EDA9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.7%

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

R = 38.85%
G = 27.7%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDA9CC (or 0xEDA9CC) is known color: Lavender Pink. HEX triplet: ED, A9 and CC. RGB value is (237,169,204). Sum of RGB (Red+Green+Blue) = 237+169+204=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9CC is #125633. Grayscale: #C1C1C1. Windows color (decimal): -1201716 or 13412845. OLE color: 13412845.

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

Color convert

RGB 237 169 204 -
CMYK 0 0.29 0.14 0.07
HSL 329.12º 0.65% 0.8% -
HSV(B) 329.12º 0.29% 0.93% -
XYZ 60.01 50.74 63.76 -
YUV 193.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 237 169 204 0 0.29 0.14 0.07 329.12 0.65 0.8
Hex ED A9 CC 0 1D E 7 149 41 50
Octal 355 251 314 0 35 16 7 511 101 120
Binary 11101101 10101001 11001100 0 11101 1110 111 101001001 1000001 1010000

Color Harmonies of #EDA9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9CC

Black with #EDA9CC

Text Example


Text Example

White with #EDA9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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