Html Css Color HEX #EDAED2 Lavender Pink

📋 copy color: '#EDAED2'

red 237 ◦ green 174 ◦ blue 210

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

Shades of Lavender Pink #EDAED2

Tints of Lavender Pink #EDAED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.82%

R = 38.16%
G = 28.02%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDAED2 (or 0xEDAED2) is known color: Lavender Pink. HEX triplet: ED, AE and D2. RGB value is (237,174,210). Sum of RGB (Red+Green+Blue) = 237+174+210=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAED2 is #12512D. Grayscale: #C4C4C4. Windows color (decimal): -1200430 or 13807341. OLE color: 13807341.

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

Color convert

RGB 237 174 210 -
CMYK 0 0.27 0.11 0.07
HSL 325.71º 0.64% 0.81% -
HSV(B) 325.71º 0.27% 0.93% -
XYZ 61.69 52.93 67.94 -
YUV 196.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 237 174 210 0 0.27 0.11 0.07 325.71 0.64 0.81
Hex ED AE D2 0 1B B 7 146 40 51
Octal 355 256 322 0 33 13 7 506 100 121
Binary 11101101 10101110 11010010 0 11011 1011 111 101000110 1000000 1010001

Color Harmonies of #EDAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAED2

Black with #EDAED2

Text Example


Text Example

White with #EDAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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