Html Css Color HEX #D2ABD1 Lilac

📋 copy color: '#D2ABD1'

red 210 ◦ green 171 ◦ blue 209

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

Shades of Lilac #D2ABD1

Tints of Lilac #D2ABD1

RGB

 RED value IS 210 (82.42% from 255) = 35.59%

 GREEN value IS 171 (67.19% from 255) = 28.98%

 BLUE value IS 209 (82.03% from 255) = 35.42%

R = 35.59%
G = 28.98%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D2ABD1 (or 0xD2ABD1) is known color: Lilac. HEX triplet: D2, AB and D1. RGB value is (210,171,209). Sum of RGB (Red+Green+Blue) = 210+171+209=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABD1 is #2D542E. Grayscale: #BABABA. Windows color (decimal): -2970671 or 13741010. OLE color: 13741010.

HSL color Cylindrical-coordinate representation of color #D2ABD1: hue angle of 301.54º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2ABD1 is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 171 209 -
CMYK 0 0.19 0.00 0.18
HSL 301.54º 0.3% 0.75% -
HSV(B) 301.54º 0.19% 0.82% -
XYZ 52.65 47.43 66.7 -
YUV 186.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 210 171 209 0 0.19 0.00 0.18 301.54 0.3 0.75
Hex D2 AB D1 0 13 0 12 12E 1E 4B
Octal 322 253 321 0 23 0 22 456 36 113
Binary 11010010 10101011 11010001 0 10011 0 10010 100101110 11110 1001011

Color Harmonies of #D2ABD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABD1

Black with #D2ABD1

Text Example


Text Example

White with #D2ABD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABD1; }

 p { color: rgb(210,171,209); }

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

background-color css

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

 a { background-color: rgb(210,171,209); }

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

border-color css

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

 span { border-color: rgb(210,171,209); }

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