Html Css Color HEX #EDA9D3 Lavender Pink

📋 copy color: '#EDA9D3'

red 237 ◦ green 169 ◦ blue 211

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

Shades of Lavender Pink #EDA9D3

Tints of Lavender Pink #EDA9D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.2%

R = 38.41%
G = 27.39%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDA9D3 (or 0xEDA9D3) is known color: Lavender Pink. HEX triplet: ED, A9 and D3. RGB value is (237,169,211). Sum of RGB (Red+Green+Blue) = 237+169+211=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9D3 is #12562C. Grayscale: #C2C2C2. Windows color (decimal): -1201709 or 13871597. OLE color: 13871597.

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

Color convert

RGB 237 169 211 -
CMYK 0 0.29 0.11 0.07
HSL 322.94º 0.65% 0.8% -
HSV(B) 322.94º 0.29% 0.93% -
XYZ 60.87 51.08 68.28 -
YUV 194.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 237 169 211 0 0.29 0.11 0.07 322.94 0.65 0.8
Hex ED A9 D3 0 1D B 7 143 41 50
Octal 355 251 323 0 35 13 7 503 101 120
Binary 11101101 10101001 11010011 0 11101 1011 111 101000011 1000001 1010000

Color Harmonies of #EDA9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9D3

Black with #EDA9D3

Text Example


Text Example

White with #EDA9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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