Html Css Color HEX #EDB0D2 Lavender Pink

📋 copy color: '#EDB0D2'

red 237 ◦ green 176 ◦ blue 210

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

Shades of Lavender Pink #EDB0D2

Tints of Lavender Pink #EDB0D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.71%

R = 38.04%
G = 28.25%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDB0D2 (or 0xEDB0D2) is known color: Lavender Pink. HEX triplet: ED, B0 and D2. RGB value is (237,176,210). Sum of RGB (Red+Green+Blue) = 237+176+210=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0D2 is #124F2D. Grayscale: #C6C6C6. Windows color (decimal): -1199918 or 13807853. OLE color: 13807853.

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

Color convert

RGB 237 176 210 -
CMYK 0 0.26 0.11 0.07
HSL 326.56º 0.63% 0.81% -
HSV(B) 326.56º 0.26% 0.93% -
XYZ 62.08 53.71 68.07 -
YUV 198.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 237 176 210 0 0.26 0.11 0.07 326.56 0.63 0.81
Hex ED B0 D2 0 1A B 7 147 3F 51
Octal 355 260 322 0 32 13 7 507 77 121
Binary 11101101 10110000 11010010 0 11010 1011 111 101000111 111111 1010001

Color Harmonies of #EDB0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0D2

Black with #EDB0D2

Text Example


Text Example

White with #EDB0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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