Html Css Color HEX #EDABCF Lavender Pink

📋 copy color: '#EDABCF'

red 237 ◦ green 171 ◦ blue 207

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

Shades of Lavender Pink #EDABCF

Tints of Lavender Pink #EDABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.66%

R = 38.54%
G = 27.8%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDABCF (or 0xEDABCF) is known color: Lavender Pink. HEX triplet: ED, AB and CF. RGB value is (237,171,207). Sum of RGB (Red+Green+Blue) = 237+171+207=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABCF is #125430. Grayscale: #C2C2C2. Windows color (decimal): -1201201 or 13609965. OLE color: 13609965.

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

Color convert

RGB 237 171 207 -
CMYK 0 0.28 0.13 0.07
HSL 327.27º 0.65% 0.8% -
HSV(B) 327.27º 0.28% 0.93% -
XYZ 60.75 51.64 65.8 -
YUV 194.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 237 171 207 0 0.28 0.13 0.07 327.27 0.65 0.8
Hex ED AB CF 0 1C D 7 147 41 50
Octal 355 253 317 0 34 15 7 507 101 120
Binary 11101101 10101011 11001111 0 11100 1101 111 101000111 1000001 1010000

Color Harmonies of #EDABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDABCF

Black with #EDABCF

Text Example


Text Example

White with #EDABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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