Html Css Color HEX #EDA6D3 Lavender Pink

📋 copy color: '#EDA6D3'

red 237 ◦ green 166 ◦ blue 211

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

Shades of Lavender Pink #EDA6D3

Tints of Lavender Pink #EDA6D3

RGB

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

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

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

R = 38.6%
G = 27.04%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDA6D3 (or 0xEDA6D3) is known color: Lavender Pink. HEX triplet: ED, A6 and D3. RGB value is (237,166,211). Sum of RGB (Red+Green+Blue) = 237+166+211=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6D3 is #12592C. Grayscale: #C0C0C0. Windows color (decimal): -1202477 or 13870829. OLE color: 13870829.

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

Color convert

RGB 237 166 211 -
CMYK 0 0.30 0.11 0.07
HSL 321.97º 0.66% 0.79% -
HSV(B) 321.97º 0.3% 0.93% -
XYZ 60.32 49.98 68.1 -
YUV 192.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 237 166 211 0 0.30 0.11 0.07 321.97 0.66 0.79
Hex ED A6 D3 0 1E B 7 142 42 4F
Octal 355 246 323 0 36 13 7 502 102 117
Binary 11101101 10100110 11010011 0 11110 1011 111 101000010 1000010 1001111

Color Harmonies of #EDA6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6D3

Black with #EDA6D3

Text Example


Text Example

White with #EDA6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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