Html Css Color HEX #EDACCE Lavender Pink

📋 copy color: '#EDACCE'

red 237 ◦ green 172 ◦ blue 206

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

Shades of Lavender Pink #EDACCE

Tints of Lavender Pink #EDACCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.5%

R = 38.54%
G = 27.97%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDACCE (or 0xEDACCE) is known color: Lavender Pink. HEX triplet: ED, AC and CE. RGB value is (237,172,206). Sum of RGB (Red+Green+Blue) = 237+172+206=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACCE is #125331. Grayscale: #C3C3C3. Windows color (decimal): -1200946 or 13544685. OLE color: 13544685.

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

Color convert

RGB 237 172 206 -
CMYK 0 0.27 0.13 0.07
HSL 328.62º 0.64% 0.8% -
HSV(B) 328.62º 0.27% 0.93% -
XYZ 60.82 51.97 65.22 -
YUV 195.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 237 172 206 0 0.27 0.13 0.07 328.62 0.64 0.8
Hex ED AC CE 0 1B D 7 149 40 50
Octal 355 254 316 0 33 15 7 511 100 120
Binary 11101101 10101100 11001110 0 11011 1101 111 101001001 1000000 1010000

Color Harmonies of #EDACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACCE

Black with #EDACCE

Text Example


Text Example

White with #EDACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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