Html Css Color HEX #EDACC9 Lavender Pink

📋 copy color: '#EDACC9'

red 237 ◦ green 172 ◦ blue 201

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

Shades of Lavender Pink #EDACC9

Tints of Lavender Pink #EDACC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.95%

R = 38.85%
G = 28.2%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDACC9 (or 0xEDACC9) is known color: Lavender Pink. HEX triplet: ED, AC and C9. RGB value is (237,172,201). Sum of RGB (Red+Green+Blue) = 237+172+201=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACC9 is #125336. Grayscale: #C2C2C2. Windows color (decimal): -1200951 or 13217005. OLE color: 13217005.

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

Color convert

RGB 237 172 201 -
CMYK 0 0.27 0.15 0.07
HSL 333.23º 0.64% 0.8% -
HSV(B) 333.23º 0.27% 0.93% -
XYZ 60.22 51.73 62.07 -
YUV 194.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 237 172 201 0 0.27 0.15 0.07 333.23 0.64 0.8
Hex ED AC C9 0 1B F 7 14D 40 50
Octal 355 254 311 0 33 17 7 515 100 120
Binary 11101101 10101100 11001001 0 11011 1111 111 101001101 1000000 1010000

Color Harmonies of #EDACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACC9

Black with #EDACC9

Text Example


Text Example

White with #EDACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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