Html Css Color HEX #D1A2CD Lilac

📋 copy color: '#D1A2CD'

red 209 ◦ green 162 ◦ blue 205

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

Shades of Lilac #D1A2CD

Tints of Lilac #D1A2CD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.13%

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

R = 36.28%
G = 28.13%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D1A2CD (or 0xD1A2CD) is known color: Lilac. HEX triplet: D1, A2 and CD. RGB value is (209,162,205). Sum of RGB (Red+Green+Blue) = 209+162+205=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A2CD is #2E5D32. Grayscale: #B4B4B4. Windows color (decimal): -3038515 or 13476561. OLE color: 13476561.

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

Color convert

RGB 209 162 205 -
CMYK 0 0.22 0.02 0.18
HSL 305.11º 0.34% 0.73% -
HSV(B) 305.11º 0.22% 0.82% -
XYZ 50.23 43.8 63.56 -
YUV 180.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 209 162 205 0 0.22 0.02 0.18 305.11 0.34 0.73
Hex D1 A2 CD 0 16 2 12 131 22 49
Octal 321 242 315 0 26 2 22 461 42 111
Binary 11010001 10100010 11001101 0 10110 10 10010 100110001 100010 1001001

Color Harmonies of #D1A2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A2CD

Black with #D1A2CD

Text Example


Text Example

White with #D1A2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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