Html Css Color HEX #D8ABD1 French Lilac

📋 copy color: '#D8ABD1'

red 216 ◦ green 171 ◦ blue 209

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

Shades of French Lilac #D8ABD1

Tints of French Lilac #D8ABD1

RGB

 RED value IS 216 (84.77% from 255) = 36.24%

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

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

R = 36.24%
G = 28.69%
B = 35.07%

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

#D8ABD1 (or 0xD8ABD1) is known color: French Lilac. HEX triplet: D8, AB and D1. RGB value is (216,171,209). Sum of RGB (Red+Green+Blue) = 216+171+209=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABD1 is #27542E. Grayscale: #BCBCBC. Windows color (decimal): -2577455 or 13741016. OLE color: 13741016.

HSL color Cylindrical-coordinate representation of color #D8ABD1: hue angle of 309.33º degrees, saturation: 0.37, 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 #D8ABD1 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 209 -
CMYK 0 0.21 0.03 0.15
HSL 309.33º 0.37% 0.76% -
HSV(B) 309.33º 0.21% 0.85% -
XYZ 54.39 48.33 66.78 -
YUV 188.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 216 171 209 0 0.21 0.03 0.15 309.33 0.37 0.76
Hex D8 AB D1 0 15 3 F 135 25 4C
Octal 330 253 321 0 25 3 17 465 45 114
Binary 11011000 10101011 11010001 0 10101 11 1111 100110101 100101 1001100

Color Harmonies of #D8ABD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABD1

Black with #D8ABD1

Text Example


Text Example

White with #D8ABD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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