Html Css Color HEX #D1A6CB Lilac

📋 copy color: '#D1A6CB'

red 209 ◦ green 166 ◦ blue 203

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

Shades of Lilac #D1A6CB

Tints of Lilac #D1A6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.12%

R = 36.16%
G = 28.72%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D1A6CB (or 0xD1A6CB) is known color: Lilac. HEX triplet: D1, A6 and CB. RGB value is (209,166,203). Sum of RGB (Red+Green+Blue) = 209+166+203=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A6CB is #2E5934. Grayscale: #B6B6B6. Windows color (decimal): -3037493 or 13346513. OLE color: 13346513.

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

Color convert

RGB 209 166 203 -
CMYK 0 0.21 0.03 0.18
HSL 308.37º 0.32% 0.74% -
HSV(B) 308.37º 0.21% 0.82% -
XYZ 50.71 45.14 62.54 -
YUV 183.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 209 166 203 0 0.21 0.03 0.18 308.37 0.32 0.74
Hex D1 A6 CB 0 15 3 12 134 20 4A
Octal 321 246 313 0 25 3 22 464 40 112
Binary 11010001 10100110 11001011 0 10101 11 10010 100110100 100000 1001010

Color Harmonies of #D1A6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A6CB

Black with #D1A6CB

Text Example


Text Example

White with #D1A6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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