Html Css Color HEX #D8B9D1 French Lilac

📋 copy color: '#D8B9D1'

red 216 ◦ green 185 ◦ blue 209

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

Shades of French Lilac #D8B9D1

Tints of French Lilac #D8B9D1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.33%

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

R = 35.41%
G = 30.33%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D8B9D1 (or 0xD8B9D1) is known color: French Lilac. HEX triplet: D8, B9 and D1. RGB value is (216,185,209). Sum of RGB (Red+Green+Blue) = 216+185+209=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9D1 is #27462E. Grayscale: #C4C4C4. Windows color (decimal): -2573871 or 13744600. OLE color: 13744600.

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

Color convert

RGB 216 185 209 -
CMYK 0 0.14 0.03 0.15
HSL 313.55º 0.28% 0.79% -
HSV(B) 313.55º 0.14% 0.85% -
XYZ 57.18 53.9 67.71 -
YUV 197.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 216 185 209 0 0.14 0.03 0.15 313.55 0.28 0.79
Hex D8 B9 D1 0 E 3 F 13A 1C 4F
Octal 330 271 321 0 16 3 17 472 34 117
Binary 11011000 10111001 11010001 0 1110 11 1111 100111010 11100 1001111

Color Harmonies of #D8B9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B9D1

Black with #D8B9D1

Text Example


Text Example

White with #D8B9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B9D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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