Html Css Color HEX #EDB0D0 Lavender Pink

📋 copy color: '#EDB0D0'

red 237 ◦ green 176 ◦ blue 208

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

Shades of Lavender Pink #EDB0D0

Tints of Lavender Pink #EDB0D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.49%

R = 38.16%
G = 28.34%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDB0D0 (or 0xEDB0D0) is known color: Lavender Pink. HEX triplet: ED, B0 and D0. RGB value is (237,176,208). Sum of RGB (Red+Green+Blue) = 237+176+208=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0D0 is #124F2F. Grayscale: #C5C5C5. Windows color (decimal): -1199920 or 13676781. OLE color: 13676781.

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

Color convert

RGB 237 176 208 -
CMYK 0 0.26 0.12 0.07
HSL 328.52º 0.63% 0.81% -
HSV(B) 328.52º 0.26% 0.93% -
XYZ 61.84 53.61 66.76 -
YUV 197.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 237 176 208 0 0.26 0.12 0.07 328.52 0.63 0.81
Hex ED B0 D0 0 1A C 7 149 3F 51
Octal 355 260 320 0 32 14 7 511 77 121
Binary 11101101 10110000 11010000 0 11010 1100 111 101001001 111111 1010001

Color Harmonies of #EDB0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0D0

Black with #EDB0D0

Text Example


Text Example

White with #EDB0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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