Html Css Color HEX #EDAAD2 Lavender Pink

📋 copy color: '#EDAAD2'

red 237 ◦ green 170 ◦ blue 210

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

Shades of Lavender Pink #EDAAD2

Tints of Lavender Pink #EDAAD2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.55%

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

R = 38.41%
G = 27.55%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDAAD2 (or 0xEDAAD2) is known color: Lavender Pink. HEX triplet: ED, AA and D2. RGB value is (237,170,210). Sum of RGB (Red+Green+Blue) = 237+170+210=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAD2 is #12552D. Grayscale: #C2C2C2. Windows color (decimal): -1201454 or 13806317. OLE color: 13806317.

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

Color convert

RGB 237 170 210 -
CMYK 0 0.28 0.11 0.07
HSL 324.18º 0.65% 0.8% -
HSV(B) 324.18º 0.28% 0.93% -
XYZ 60.93 51.41 67.68 -
YUV 194.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 237 170 210 0 0.28 0.11 0.07 324.18 0.65 0.8
Hex ED AA D2 0 1C B 7 144 41 50
Octal 355 252 322 0 34 13 7 504 101 120
Binary 11101101 10101010 11010010 0 11100 1011 111 101000100 1000001 1010000

Color Harmonies of #EDAAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAD2

Black with #EDAAD2

Text Example


Text Example

White with #EDAAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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