Html Css Color HEX #EDB4D1 Lavender Pink

📋 copy color: '#EDB4D1'

red 237 ◦ green 180 ◦ blue 209

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

Shades of Lavender Pink #EDB4D1

Tints of Lavender Pink #EDB4D1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.75%

 BLUE value IS 209 (82.03% from 255) = 33.39%

R = 37.86%
G = 28.75%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDB4D1 (or 0xEDB4D1) is known color: Lavender Pink. HEX triplet: ED, B4 and D1. RGB value is (237,180,209). Sum of RGB (Red+Green+Blue) = 237+180+209=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB4D1 is #124B2E. Grayscale: #C8C8C8. Windows color (decimal): -1198895 or 13743341. OLE color: 13743341.

HSL color Cylindrical-coordinate representation of color #EDB4D1: hue angle of 329.47º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB4D1 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 180 209 -
CMYK 0 0.24 0.12 0.07
HSL 329.47º 0.61% 0.82% -
HSV(B) 329.47º 0.24% 0.93% -
XYZ 62.75 55.25 67.68 -
YUV 200.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 237 180 209 0 0.24 0.12 0.07 329.47 0.61 0.82
Hex ED B4 D1 0 18 C 7 149 3D 52
Octal 355 264 321 0 30 14 7 511 75 122
Binary 11101101 10110100 11010001 0 11000 1100 111 101001001 111101 1010010

Color Harmonies of #EDB4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB4D1

Black with #EDB4D1

Text Example


Text Example

White with #EDB4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB4D1; }

 p { color: rgb(237,180,209); }

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

background-color css

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

 a { background-color: rgb(237,180,209); }

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

border-color css

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

 span { border-color: rgb(237,180,209); }

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