Html Css Color HEX #D1A1CB Lilac

📋 copy color: '#D1A1CB'

red 209 ◦ green 161 ◦ blue 203

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

Shades of Lilac #D1A1CB

Tints of Lilac #D1A1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.1%

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

R = 36.47%
G = 28.1%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D1A1CB (or 0xD1A1CB) is known color: Lilac. HEX triplet: D1, A1 and CB. RGB value is (209,161,203). Sum of RGB (Red+Green+Blue) = 209+161+203=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A1CB is #2E5E34. Grayscale: #B4B4B4. Windows color (decimal): -3038773 or 13345233. OLE color: 13345233.

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

Color convert

RGB 209 161 203 -
CMYK 0 0.23 0.03 0.18
HSL 307.5º 0.34% 0.73% -
HSV(B) 307.5º 0.23% 0.82% -
XYZ 49.82 43.36 62.24 -
YUV 180.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 209 161 203 0 0.23 0.03 0.18 307.5 0.34 0.73
Hex D1 A1 CB 0 17 3 12 134 22 49
Octal 321 241 313 0 27 3 22 464 42 111
Binary 11010001 10100001 11001011 0 10111 11 10010 100110100 100010 1001001

Color Harmonies of #D1A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A1CB

Black with #D1A1CB

Text Example


Text Example

White with #D1A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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