Html Css Color HEX #EDACD4 Lavender Pink

📋 copy color: '#EDACD4'

red 237 ◦ green 172 ◦ blue 212

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

Shades of Lavender Pink #EDACD4

Tints of Lavender Pink #EDACD4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.7%

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

R = 38.16%
G = 27.7%
B = 34.14%

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

#EDACD4 (or 0xEDACD4) is known color: Lavender Pink. HEX triplet: ED, AC and D4. RGB value is (237,172,212). Sum of RGB (Red+Green+Blue) = 237+172+212=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACD4 is #12532B. Grayscale: #C3C3C3. Windows color (decimal): -1200940 or 13937901. OLE color: 13937901.

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

Color convert

RGB 237 172 212 -
CMYK 0 0.27 0.11 0.07
HSL 323.08º 0.64% 0.8% -
HSV(B) 323.08º 0.27% 0.93% -
XYZ 61.56 52.26 69.13 -
YUV 196 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 237 172 212 0 0.27 0.11 0.07 323.08 0.64 0.8
Hex ED AC D4 0 1B B 7 143 40 50
Octal 355 254 324 0 33 13 7 503 100 120
Binary 11101101 10101100 11010100 0 11011 1011 111 101000011 1000000 1010000

Color Harmonies of #EDACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACD4

Black with #EDACD4

Text Example


Text Example

White with #EDACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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