Html Css Color HEX #EDA8CD Lavender Pink

📋 copy color: '#EDA8CD'

red 237 ◦ green 168 ◦ blue 205

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

Shades of Lavender Pink #EDA8CD

Tints of Lavender Pink #EDA8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.54%

 BLUE value IS 205 (80.47% from 255) = 33.61%

R = 38.85%
G = 27.54%
B = 33.61%

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

#EDA8CD (or 0xEDA8CD) is known color: Lavender Pink. HEX triplet: ED, A8 and CD. RGB value is (237,168,205). Sum of RGB (Red+Green+Blue) = 237+168+205=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8CD is #125732. Grayscale: #C0C0C0. Windows color (decimal): -1201971 or 13478125. OLE color: 13478125.

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

Color convert

RGB 237 168 205 -
CMYK 0 0.29 0.14 0.07
HSL 327.83º 0.66% 0.79% -
HSV(B) 327.83º 0.29% 0.93% -
XYZ 59.95 50.42 64.33 -
YUV 192.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 237 168 205 0 0.29 0.14 0.07 327.83 0.66 0.79
Hex ED A8 CD 0 1D E 7 148 42 4F
Octal 355 250 315 0 35 16 7 510 102 117
Binary 11101101 10101000 11001101 0 11101 1110 111 101001000 1000010 1001111

Color Harmonies of #EDA8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8CD

Black with #EDA8CD

Text Example


Text Example

White with #EDA8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8CD; }

 p { color: rgb(237,168,205); }

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

background-color css

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

 a { background-color: rgb(237,168,205); }

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

border-color css

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

 span { border-color: rgb(237,168,205); }

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