Html Css Color HEX #D1A4CD Lilac

📋 copy color: '#D1A4CD'

red 209 ◦ green 164 ◦ blue 205

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

Shades of Lilac #D1A4CD

Tints of Lilac #D1A4CD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.37%

 BLUE value IS 205 (80.47% from 255) = 35.47%

R = 36.16%
G = 28.37%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D1A4CD (or 0xD1A4CD) is known color: Lilac. HEX triplet: D1, A4 and CD. RGB value is (209,164,205). Sum of RGB (Red+Green+Blue) = 209+164+205=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A4CD is #2E5B32. Grayscale: #B6B6B6. Windows color (decimal): -3038003 or 13477073. OLE color: 13477073.

HSL color Cylindrical-coordinate representation of color #D1A4CD: hue angle of 305.33º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1A4CD is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 164 205 -
CMYK 0 0.22 0.02 0.18
HSL 305.33º 0.33% 0.73% -
HSV(B) 305.33º 0.22% 0.82% -
XYZ 50.59 44.51 63.68 -
YUV 182.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 209 164 205 0 0.22 0.02 0.18 305.33 0.33 0.73
Hex D1 A4 CD 0 16 2 12 131 21 49
Octal 321 244 315 0 26 2 22 461 41 111
Binary 11010001 10100100 11001101 0 10110 10 10010 100110001 100001 1001001

Color Harmonies of #D1A4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A4CD

Black with #D1A4CD

Text Example


Text Example

White with #D1A4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A4CD; }

 p { color: rgb(209,164,205); }

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

background-color css

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

 a { background-color: rgb(209,164,205); }

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

border-color css

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

 span { border-color: rgb(209,164,205); }

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