Html Css Color HEX #D49ACE Lilac

📋 copy color: '#D49ACE'

red 212 ◦ green 154 ◦ blue 206

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

Shades of Lilac #D49ACE

Tints of Lilac #D49ACE

RGB

 RED value IS 212 (83.2% from 255) = 37.06%

 GREEN value IS 154 (60.55% from 255) = 26.92%

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

R = 37.06%
G = 26.92%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D49ACE (or 0xD49ACE) is known color: Lilac. HEX triplet: D4, 9A and CE. RGB value is (212,154,206). Sum of RGB (Red+Green+Blue) = 212+154+206=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D49ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ACE is #2B6531. Grayscale: #B1B1B1. Windows color (decimal): -2843954 or 13540052. OLE color: 13540052.

HSL color Cylindrical-coordinate representation of color #D49ACE: hue angle of 306.21º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49ACE is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 154 206 -
CMYK 0 0.27 0.03 0.17
HSL 306.21º 0.4% 0.72% -
HSV(B) 306.21º 0.27% 0.83% -
XYZ 49.85 41.56 63.79 -
YUV 177.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 212 154 206 0 0.27 0.03 0.17 306.21 0.4 0.72
Hex D4 9A CE 0 1B 3 11 132 28 48
Octal 324 232 316 0 33 3 21 462 50 110
Binary 11010100 10011010 11001110 0 11011 11 10001 100110010 101000 1001000

Color Harmonies of #D49ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49ACE

Black with #D49ACE

Text Example


Text Example

White with #D49ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49ACE; }

 p { color: rgb(212,154,206); }

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

background-color css

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

 a { background-color: rgb(212,154,206); }

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

border-color css

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

 span { border-color: rgb(212,154,206); }

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