Html Css Color HEX #D6BCD1 French Lilac

📋 copy color: '#D6BCD1'

red 214 ◦ green 188 ◦ blue 209

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

Shades of French Lilac #D6BCD1

Tints of French Lilac #D6BCD1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.77%

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

R = 35.02%
G = 30.77%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D6BCD1 (or 0xD6BCD1) is known color: French Lilac. HEX triplet: D6, BC and D1. RGB value is (214,188,209). Sum of RGB (Red+Green+Blue) = 214+188+209=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCD1 is #29432E. Grayscale: #C6C6C6. Windows color (decimal): -2704175 or 13745366. OLE color: 13745366.

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

Color convert

RGB 214 188 209 -
CMYK 0 0.12 0.02 0.16
HSL 311.54º 0.24% 0.79% -
HSV(B) 311.54º 0.12% 0.84% -
XYZ 57.22 54.87 67.9 -
YUV 198.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 214 188 209 0 0.12 0.02 0.16 311.54 0.24 0.79
Hex D6 BC D1 0 C 2 10 138 18 4F
Octal 326 274 321 0 14 2 20 470 30 117
Binary 11010110 10111100 11010001 0 1100 10 10000 100111000 11000 1001111

Color Harmonies of #D6BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCD1

Black with #D6BCD1

Text Example


Text Example

White with #D6BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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