Html Css Color HEX #EDABD5 Lavender Pink

📋 copy color: '#EDABD5'

red 237 ◦ green 171 ◦ blue 213

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

Shades of Lavender Pink #EDABD5

Tints of Lavender Pink #EDABD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.3%

R = 38.16%
G = 27.54%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EDABD5 (or 0xEDABD5) is known color: Lavender Pink. HEX triplet: ED, AB and D5. RGB value is (237,171,213). Sum of RGB (Red+Green+Blue) = 237+171+213=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABD5 is #12542A. Grayscale: #C3C3C3. Windows color (decimal): -1201195 or 14003181. OLE color: 14003181.

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

Color convert

RGB 237 171 213 -
CMYK 0 0.28 0.10 0.07
HSL 321.82º 0.65% 0.8% -
HSV(B) 321.82º 0.28% 0.93% -
XYZ 61.5 51.93 69.73 -
YUV 195.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 237 171 213 0 0.28 0.10 0.07 321.82 0.65 0.8
Hex ED AB D5 0 1C A 7 142 41 50
Octal 355 253 325 0 34 12 7 502 101 120
Binary 11101101 10101011 11010101 0 11100 1010 111 101000010 1000001 1010000

Color Harmonies of #EDABD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDABD5

Black with #EDABD5

Text Example


Text Example

White with #EDABD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDABD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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