Html Css Color HEX #EDACCC Lavender Pink

📋 copy color: '#EDACCC'

red 237 ◦ green 172 ◦ blue 204

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

Shades of Lavender Pink #EDACCC

Tints of Lavender Pink #EDACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.28%

R = 38.66%
G = 28.06%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDACCC (or 0xEDACCC) is known color: Lavender Pink. HEX triplet: ED, AC and CC. RGB value is (237,172,204). Sum of RGB (Red+Green+Blue) = 237+172+204=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACCC is #125333. Grayscale: #C3C3C3. Windows color (decimal): -1200948 or 13413613. OLE color: 13413613.

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

Color convert

RGB 237 172 204 -
CMYK 0 0.27 0.14 0.07
HSL 330.46º 0.64% 0.8% -
HSV(B) 330.46º 0.27% 0.93% -
XYZ 60.58 51.87 63.95 -
YUV 195.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 237 172 204 0 0.27 0.14 0.07 330.46 0.64 0.8
Hex ED AC CC 0 1B E 7 14A 40 50
Octal 355 254 314 0 33 16 7 512 100 120
Binary 11101101 10101100 11001100 0 11011 1110 111 101001010 1000000 1010000

Color Harmonies of #EDACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACCC

Black with #EDACCC

Text Example


Text Example

White with #EDACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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