Html Css Color HEX #D6BAD1 French Lilac

📋 copy color: '#D6BAD1'

red 214 ◦ green 186 ◦ blue 209

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

Shades of French Lilac #D6BAD1

Tints of French Lilac #D6BAD1

RGB

 RED value IS 214 (83.98% from 255) = 35.14%

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

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

R = 35.14%
G = 30.54%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D6BAD1 (or 0xD6BAD1) is known color: French Lilac. HEX triplet: D6, BA and D1. RGB value is (214,186,209). Sum of RGB (Red+Green+Blue) = 214+186+209=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAD1 is #29452E. Grayscale: #C4C4C4. Windows color (decimal): -2704687 or 13744854. OLE color: 13744854.

HSL color Cylindrical-coordinate representation of color #D6BAD1: hue angle of 310.71º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BAD1 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 209 -
CMYK 0 0.13 0.02 0.16
HSL 310.71º 0.25% 0.78% -
HSV(B) 310.71º 0.13% 0.84% -
XYZ 56.8 54.02 67.75 -
YUV 196.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 214 186 209 0 0.13 0.02 0.16 310.71 0.25 0.78
Hex D6 BA D1 0 D 2 10 137 19 4E
Octal 326 272 321 0 15 2 20 467 31 116
Binary 11010110 10111010 11010001 0 1101 10 10000 100110111 11001 1001110

Color Harmonies of #D6BAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAD1

Black with #D6BAD1

Text Example


Text Example

White with #D6BAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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