Html Css Color HEX #EDAFD1 Lavender Pink

📋 copy color: '#EDAFD1'

red 237 ◦ green 175 ◦ blue 209

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

Shades of Lavender Pink #EDAFD1

Tints of Lavender Pink #EDAFD1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.18%

 BLUE value IS 209 (82.03% from 255) = 33.66%

R = 38.16%
G = 28.18%
B = 33.66%

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

#EDAFD1 (or 0xEDAFD1) is known color: Lavender Pink. HEX triplet: ED, AF and D1. RGB value is (237,175,209). Sum of RGB (Red+Green+Blue) = 237+175+209=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFD1 is #12502E. Grayscale: #C5C5C5. Windows color (decimal): -1200175 or 13742061. OLE color: 13742061.

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

Color convert

RGB 237 175 209 -
CMYK 0 0.26 0.12 0.07
HSL 327.1º 0.63% 0.81% -
HSV(B) 327.1º 0.26% 0.93% -
XYZ 61.76 53.27 67.35 -
YUV 197.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 237 175 209 0 0.26 0.12 0.07 327.1 0.63 0.81
Hex ED AF D1 0 1A C 7 147 3F 51
Octal 355 257 321 0 32 14 7 507 77 121
Binary 11101101 10101111 11010001 0 11010 1100 111 101000111 111111 1010001

Color Harmonies of #EDAFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAFD1

Black with #EDAFD1

Text Example


Text Example

White with #EDAFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAFD1; }

 p { color: rgb(237,175,209); }

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

background-color css

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

 a { background-color: rgb(237,175,209); }

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

border-color css

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

 span { border-color: rgb(237,175,209); }

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