Html Css Color HEX #EDABCB Lavender Pink

📋 copy color: '#EDABCB'

red 237 ◦ green 171 ◦ blue 203

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

Shades of Lavender Pink #EDABCB

Tints of Lavender Pink #EDABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.99%

 BLUE value IS 203 (79.69% from 255) = 33.22%

R = 38.79%
G = 27.99%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDABCB (or 0xEDABCB) is known color: Lavender Pink. HEX triplet: ED, AB and CB. RGB value is (237,171,203). Sum of RGB (Red+Green+Blue) = 237+171+203=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABCB is #125434. Grayscale: #C2C2C2. Windows color (decimal): -1201205 or 13347821. OLE color: 13347821.

HSL color Cylindrical-coordinate representation of color #EDABCB: hue angle of 330.91º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDABCB is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 203 -
CMYK 0 0.28 0.14 0.07
HSL 330.91º 0.65% 0.8% -
HSV(B) 330.91º 0.28% 0.93% -
XYZ 60.27 51.44 63.25 -
YUV 194.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 237 171 203 0 0.28 0.14 0.07 330.91 0.65 0.8
Hex ED AB CB 0 1C E 7 14B 41 50
Octal 355 253 313 0 34 16 7 513 101 120
Binary 11101101 10101011 11001011 0 11100 1110 111 101001011 1000001 1010000

Color Harmonies of #EDABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDABCB

Black with #EDABCB

Text Example


Text Example

White with #EDABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDABCB; }

 p { color: rgb(237,171,203); }

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

background-color css

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

 a { background-color: rgb(237,171,203); }

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

border-color css

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

 span { border-color: rgb(237,171,203); }

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