Html Css Color HEX #D8BAD1 French Lilac

📋 copy color: '#D8BAD1'

red 216 ◦ green 186 ◦ blue 209

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

Shades of French Lilac #D8BAD1

Tints of French Lilac #D8BAD1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.44%

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

R = 35.35%
G = 30.44%
B = 34.21%

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

#D8BAD1 (or 0xD8BAD1) is known color: French Lilac. HEX triplet: D8, BA and D1. RGB value is (216,186,209). Sum of RGB (Red+Green+Blue) = 216+186+209=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAD1 is #27452E. Grayscale: #C5C5C5. Windows color (decimal): -2573615 or 13744856. OLE color: 13744856.

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

Color convert

RGB 216 186 209 -
CMYK 0 0.14 0.03 0.15
HSL 314º 0.28% 0.79% -
HSV(B) 314º 0.14% 0.85% -
XYZ 57.39 54.32 67.78 -
YUV 197.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 216 186 209 0 0.14 0.03 0.15 314 0.28 0.79
Hex D8 BA D1 0 E 3 F 13A 1C 4F
Octal 330 272 321 0 16 3 17 472 34 117
Binary 11011000 10111010 11010001 0 1110 11 1111 100111010 11100 1001111

Color Harmonies of #D8BAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BAD1

Black with #D8BAD1

Text Example


Text Example

White with #D8BAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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