Html Css Color HEX #D1A5CB Lilac

📋 copy color: '#D1A5CB'

red 209 ◦ green 165 ◦ blue 203

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

Shades of Lilac #D1A5CB

Tints of Lilac #D1A5CB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.6%

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

R = 36.22%
G = 28.6%
B = 35.18%

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

#D1A5CB (or 0xD1A5CB) is known color: Lilac. HEX triplet: D1, A5 and CB. RGB value is (209,165,203). Sum of RGB (Red+Green+Blue) = 209+165+203=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A5CB is #2E5A34. Grayscale: #B6B6B6. Windows color (decimal): -3037749 or 13346257. OLE color: 13346257.

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

Color convert

RGB 209 165 203 -
CMYK 0 0.21 0.03 0.18
HSL 308.18º 0.32% 0.73% -
HSV(B) 308.18º 0.21% 0.82% -
XYZ 50.53 44.78 62.48 -
YUV 182.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 209 165 203 0 0.21 0.03 0.18 308.18 0.32 0.73
Hex D1 A5 CB 0 15 3 12 134 20 49
Octal 321 245 313 0 25 3 22 464 40 111
Binary 11010001 10100101 11001011 0 10101 11 10010 100110100 100000 1001001

Color Harmonies of #D1A5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A5CB

Black with #D1A5CB

Text Example


Text Example

White with #D1A5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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