Html Css Color HEX #D1A6CD Lilac

📋 copy color: '#D1A6CD'

red 209 ◦ green 166 ◦ blue 205

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

Shades of Lilac #D1A6CD

Tints of Lilac #D1A6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.62%

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

R = 36.03%
G = 28.62%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D1A6CD (or 0xD1A6CD) is known color: Lilac. HEX triplet: D1, A6 and CD. RGB value is (209,166,205). Sum of RGB (Red+Green+Blue) = 209+166+205=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A6CD is #2E5932. Grayscale: #B7B7B7. Windows color (decimal): -3037491 or 13477585. OLE color: 13477585.

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

Color convert

RGB 209 166 205 -
CMYK 0 0.21 0.02 0.18
HSL 305.58º 0.32% 0.74% -
HSV(B) 305.58º 0.21% 0.82% -
XYZ 50.95 45.24 63.8 -
YUV 183.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 209 166 205 0 0.21 0.02 0.18 305.58 0.32 0.74
Hex D1 A6 CD 0 15 2 12 132 20 4A
Octal 321 246 315 0 25 2 22 462 40 112
Binary 11010001 10100110 11001101 0 10101 10 10010 100110010 100000 1001010

Color Harmonies of #D1A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A6CD

Black with #D1A6CD

Text Example


Text Example

White with #D1A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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