Html Css Color HEX #D9ABD2 French Lilac

📋 copy color: '#D9ABD2'

red 217 ◦ green 171 ◦ blue 210

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

Shades of French Lilac #D9ABD2

Tints of French Lilac #D9ABD2

RGB

 RED value IS 217 (85.16% from 255) = 36.29%

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

 BLUE value IS 210 (82.42% from 255) = 35.12%

R = 36.29%
G = 28.6%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D9ABD2 (or 0xD9ABD2) is known color: French Lilac. HEX triplet: D9, AB and D2. RGB value is (217,171,210). Sum of RGB (Red+Green+Blue) = 217+171+210=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABD2 is #26542D. Grayscale: #BDBDBD. Windows color (decimal): -2511918 or 13806553. OLE color: 13806553.

HSL color Cylindrical-coordinate representation of color #D9ABD2: hue angle of 309.13º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ABD2 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 171 210 -
CMYK 0 0.21 0.03 0.15
HSL 309.13º 0.38% 0.76% -
HSV(B) 309.13º 0.21% 0.85% -
XYZ 54.81 48.53 67.45 -
YUV 189.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 217 171 210 0 0.21 0.03 0.15 309.13 0.38 0.76
Hex D9 AB D2 0 15 3 F 135 26 4C
Octal 331 253 322 0 25 3 17 465 46 114
Binary 11011001 10101011 11010010 0 10101 11 1111 100110101 100110 1001100

Color Harmonies of #D9ABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABD2

Black with #D9ABD2

Text Example


Text Example

White with #D9ABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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