Html Css Color HEX #EDA6D0 Lavender Pink

📋 copy color: '#EDA6D0'

red 237 ◦ green 166 ◦ blue 208

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

Shades of Lavender Pink #EDA6D0

Tints of Lavender Pink #EDA6D0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.17%

 BLUE value IS 208 (81.64% from 255) = 34.04%

R = 38.79%
G = 27.17%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDA6D0 (or 0xEDA6D0) is known color: Lavender Pink. HEX triplet: ED, A6 and D0. RGB value is (237,166,208). Sum of RGB (Red+Green+Blue) = 237+166+208=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6D0 is #12592F. Grayscale: #BFBFBF. Windows color (decimal): -1202480 or 13674221. OLE color: 13674221.

HSL color Cylindrical-coordinate representation of color #EDA6D0: hue angle of 324.51º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6D0 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 208 -
CMYK 0 0.30 0.12 0.07
HSL 324.51º 0.66% 0.79% -
HSV(B) 324.51º 0.3% 0.93% -
XYZ 59.95 49.83 66.13 -
YUV 192.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 237 166 208 0 0.30 0.12 0.07 324.51 0.66 0.79
Hex ED A6 D0 0 1E C 7 145 42 4F
Octal 355 246 320 0 36 14 7 505 102 117
Binary 11101101 10100110 11010000 0 11110 1100 111 101000101 1000010 1001111

Color Harmonies of #EDA6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6D0

Black with #EDA6D0

Text Example


Text Example

White with #EDA6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6D0; }

 p { color: rgb(237,166,208); }

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

background-color css

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

 a { background-color: rgb(237,166,208); }

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

border-color css

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

 span { border-color: rgb(237,166,208); }

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