Html Css Color HEX #D1AACA Lilac

📋 copy color: '#D1AACA'

red 209 ◦ green 170 ◦ blue 202

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

Shades of Lilac #D1AACA

Tints of Lilac #D1AACA

RGB

 RED value IS 209 (82.03% from 255) = 35.97%

 GREEN value IS 170 (66.8% from 255) = 29.26%

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

R = 35.97%
G = 29.26%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D1AACA (or 0xD1AACA) is known color: Lilac. HEX triplet: D1, AA and CA. RGB value is (209,170,202). Sum of RGB (Red+Green+Blue) = 209+170+202=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AACA is #2E5535. Grayscale: #B9B9B9. Windows color (decimal): -3036470 or 13282001. OLE color: 13282001.

HSL color Cylindrical-coordinate representation of color #D1AACA: hue angle of 310.77º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1AACA is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 170 202 -
CMYK 0 0.19 0.03 0.18
HSL 310.77º 0.3% 0.74% -
HSV(B) 310.77º 0.19% 0.82% -
XYZ 51.33 46.57 62.16 -
YUV 185.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 209 170 202 0 0.19 0.03 0.18 310.77 0.3 0.74
Hex D1 AA CA 0 13 3 12 137 1E 4A
Octal 321 252 312 0 23 3 22 467 36 112
Binary 11010001 10101010 11001010 0 10011 11 10010 100110111 11110 1001010

Color Harmonies of #D1AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AACA

Black with #D1AACA

Text Example


Text Example

White with #D1AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AACA; }

 p { color: rgb(209,170,202); }

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

background-color css

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

 a { background-color: rgb(209,170,202); }

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

border-color css

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

 span { border-color: rgb(209,170,202); }

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