Html Css Color HEX #EDA7D4 Lavender Pink

📋 copy color: '#EDA7D4'

red 237 ◦ green 167 ◦ blue 212

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

Shades of Lavender Pink #EDA7D4

Tints of Lavender Pink #EDA7D4

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.11%

 BLUE value IS 212 (83.2% from 255) = 34.42%

R = 38.47%
G = 27.11%
B = 34.42%

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

#EDA7D4 (or 0xEDA7D4) is known color: Lavender Pink. HEX triplet: ED, A7 and D4. RGB value is (237,167,212). Sum of RGB (Red+Green+Blue) = 237+167+212=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 167 (65.62% from 255 or 27.11% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7D4 is #12582B. Grayscale: #C0C0C0. Windows color (decimal): -1202220 or 13936621. OLE color: 13936621.

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

Color convert

RGB 237 167 212 -
CMYK 0 0.30 0.11 0.07
HSL 321.43º 0.66% 0.79% -
HSV(B) 321.43º 0.3% 0.93% -
XYZ 60.63 50.4 68.82 -
YUV 193.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 237 167 212 0 0.30 0.11 0.07 321.43 0.66 0.79
Hex ED A7 D4 0 1E B 7 141 42 4F
Octal 355 247 324 0 36 13 7 501 102 117
Binary 11101101 10100111 11010100 0 11110 1011 111 101000001 1000010 1001111

Color Harmonies of #EDA7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA7D4

Black with #EDA7D4

Text Example


Text Example

White with #EDA7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA7D4; }

 p { color: rgb(237,167,212); }

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

background-color css

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

 a { background-color: rgb(237,167,212); }

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

border-color css

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

 span { border-color: rgb(237,167,212); }

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