Html Css Color HEX #D1A6CC Lilac

📋 copy color: '#D1A6CC'

red 209 ◦ green 166 ◦ blue 204

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

Shades of Lilac #D1A6CC

Tints of Lilac #D1A6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 36.1%
G = 28.67%
B = 35.23%

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

#D1A6CC (or 0xD1A6CC) is known color: Lilac. HEX triplet: D1, A6 and CC. RGB value is (209,166,204). Sum of RGB (Red+Green+Blue) = 209+166+204=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A6CC is #2E5933. Grayscale: #B7B7B7. Windows color (decimal): -3037492 or 13412049. OLE color: 13412049.

HSL color Cylindrical-coordinate representation of color #D1A6CC: hue angle of 306.98º 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 #D1A6CC is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 166 204 -
CMYK 0 0.21 0.02 0.18
HSL 306.98º 0.32% 0.74% -
HSV(B) 306.98º 0.21% 0.82% -
XYZ 50.83 45.19 63.17 -
YUV 183.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 209 166 204 0 0.21 0.02 0.18 306.98 0.32 0.74
Hex D1 A6 CC 0 15 2 12 133 20 4A
Octal 321 246 314 0 25 2 22 463 40 112
Binary 11010001 10100110 11001100 0 10101 10 10010 100110011 100000 1001010

Color Harmonies of #D1A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A6CC

Black with #D1A6CC

Text Example


Text Example

White with #D1A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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