Html Css Color HEX #EDACCA Lavender Pink

📋 copy color: '#EDACCA'

red 237 ◦ green 172 ◦ blue 202

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

Shades of Lavender Pink #EDACCA

Tints of Lavender Pink #EDACCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.06%

R = 38.79%
G = 28.15%
B = 33.06%

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

#EDACCA (or 0xEDACCA) is known color: Lavender Pink. HEX triplet: ED, AC and CA. RGB value is (237,172,202). Sum of RGB (Red+Green+Blue) = 237+172+202=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACCA is #125335. Grayscale: #C2C2C2. Windows color (decimal): -1200950 or 13282541. OLE color: 13282541.

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

Color convert

RGB 237 172 202 -
CMYK 0 0.27 0.15 0.07
HSL 332.31º 0.64% 0.8% -
HSV(B) 332.31º 0.27% 0.93% -
XYZ 60.34 51.77 62.69 -
YUV 194.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 237 172 202 0 0.27 0.15 0.07 332.31 0.64 0.8
Hex ED AC CA 0 1B F 7 14C 40 50
Octal 355 254 312 0 33 17 7 514 100 120
Binary 11101101 10101100 11001010 0 11011 1111 111 101001100 1000000 1010000

Color Harmonies of #EDACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACCA

Black with #EDACCA

Text Example


Text Example

White with #EDACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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