Html Css Color HEX #EDAAD4 Lavender Pink

📋 copy color: '#EDAAD4'

red 237 ◦ green 170 ◦ blue 212

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

Shades of Lavender Pink #EDAAD4

Tints of Lavender Pink #EDAAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.25%

R = 38.29%
G = 27.46%
B = 34.25%

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

#EDAAD4 (or 0xEDAAD4) is known color: Lavender Pink. HEX triplet: ED, AA and D4. RGB value is (237,170,212). Sum of RGB (Red+Green+Blue) = 237+170+212=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAD4 is #12552B. Grayscale: #C2C2C2. Windows color (decimal): -1201452 or 13937389. OLE color: 13937389.

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

Color convert

RGB 237 170 212 -
CMYK 0 0.28 0.11 0.07
HSL 322.39º 0.65% 0.8% -
HSV(B) 322.39º 0.28% 0.93% -
XYZ 61.18 51.51 69 -
YUV 194.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 237 170 212 0 0.28 0.11 0.07 322.39 0.65 0.8
Hex ED AA D4 0 1C B 7 142 41 50
Octal 355 252 324 0 34 13 7 502 101 120
Binary 11101101 10101010 11010100 0 11100 1011 111 101000010 1000001 1010000

Color Harmonies of #EDAAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAD4

Black with #EDAAD4

Text Example


Text Example

White with #EDAAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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