Html Css Color HEX #EDADD2 Lavender Pink

📋 copy color: '#EDADD2'

red 237 ◦ green 173 ◦ blue 210

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

Shades of Lavender Pink #EDADD2

Tints of Lavender Pink #EDADD2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.9%

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

R = 38.23%
G = 27.9%
B = 33.87%

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

#EDADD2 (or 0xEDADD2) is known color: Lavender Pink. HEX triplet: ED, AD and D2. RGB value is (237,173,210). Sum of RGB (Red+Green+Blue) = 237+173+210=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADD2 is #12522D. Grayscale: #C4C4C4. Windows color (decimal): -1200686 or 13807085. OLE color: 13807085.

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

Color convert

RGB 237 173 210 -
CMYK 0 0.27 0.11 0.07
HSL 325.31º 0.64% 0.8% -
HSV(B) 325.31º 0.27% 0.93% -
XYZ 61.5 52.54 67.87 -
YUV 196.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 237 173 210 0 0.27 0.11 0.07 325.31 0.64 0.8
Hex ED AD D2 0 1B B 7 145 40 50
Octal 355 255 322 0 33 13 7 505 100 120
Binary 11101101 10101101 11010010 0 11011 1011 111 101000101 1000000 1010000

Color Harmonies of #EDADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADD2

Black with #EDADD2

Text Example


Text Example

White with #EDADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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