Html Css Color HEX #EDAED5 Lavender Pink

📋 copy color: '#EDAED5'

red 237 ◦ green 174 ◦ blue 213

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

Shades of Lavender Pink #EDAED5

Tints of Lavender Pink #EDAED5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.88%

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

R = 37.98%
G = 27.88%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EDAED5 (or 0xEDAED5) is known color: Lavender Pink. HEX triplet: ED, AE and D5. RGB value is (237,174,213). Sum of RGB (Red+Green+Blue) = 237+174+213=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAED5 is #12512A. Grayscale: #C5C5C5. Windows color (decimal): -1200427 or 14003949. OLE color: 14003949.

HSL color Cylindrical-coordinate representation of color #EDAED5: hue angle of 322.86º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDAED5 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 174 213 -
CMYK 0 0.27 0.10 0.07
HSL 322.86º 0.64% 0.81% -
HSV(B) 322.86º 0.27% 0.93% -
XYZ 62.07 53.08 69.92 -
YUV 197.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 237 174 213 0 0.27 0.10 0.07 322.86 0.64 0.81
Hex ED AE D5 0 1B A 7 143 40 51
Octal 355 256 325 0 33 12 7 503 100 121
Binary 11101101 10101110 11010101 0 11011 1010 111 101000011 1000000 1010001

Color Harmonies of #EDAED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAED5

Black with #EDAED5

Text Example


Text Example

White with #EDAED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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