Html Css Color HEX #EDB0D9 Lavender Pink

📋 copy color: '#EDB0D9'

red 237 ◦ green 176 ◦ blue 217

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

Shades of Lavender Pink #EDB0D9

Tints of Lavender Pink #EDB0D9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.94%

 BLUE value IS 217 (85.16% from 255) = 34.44%

R = 37.62%
G = 27.94%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDB0D9 (or 0xEDB0D9) is known color: Lavender Pink. HEX triplet: ED, B0 and D9. RGB value is (237,176,217). Sum of RGB (Red+Green+Blue) = 237+176+217=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0D9 is #124F26. Grayscale: #C6C6C6. Windows color (decimal): -1199911 or 14266605. OLE color: 14266605.

HSL color Cylindrical-coordinate representation of color #EDB0D9: hue angle of 319.67º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0D9 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 217 -
CMYK 0 0.26 0.08 0.07
HSL 319.67º 0.63% 0.81% -
HSV(B) 319.67º 0.26% 0.93% -
XYZ 62.97 54.06 72.76 -
YUV 198.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 237 176 217 0 0.26 0.08 0.07 319.67 0.63 0.81
Hex ED B0 D9 0 1A 8 7 140 3F 51
Octal 355 260 331 0 32 10 7 500 77 121
Binary 11101101 10110000 11011001 0 11010 1000 111 101000000 111111 1010001

Color Harmonies of #EDB0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0D9

Black with #EDB0D9

Text Example


Text Example

White with #EDB0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0D9; }

 p { color: rgb(237,176,217); }

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

background-color css

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

 a { background-color: rgb(237,176,217); }

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

border-color css

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

 span { border-color: rgb(237,176,217); }

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