Html Css Color HEX #D6BACF French Lilac

📋 copy color: '#D6BACF'

red 214 ◦ green 186 ◦ blue 207

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

Shades of French Lilac #D6BACF

Tints of French Lilac #D6BACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.1%

R = 35.26%
G = 30.64%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6BACF (or 0xD6BACF) is known color: French Lilac. HEX triplet: D6, BA and CF. RGB value is (214,186,207). Sum of RGB (Red+Green+Blue) = 214+186+207=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BACF is #294530. Grayscale: #C4C4C4. Windows color (decimal): -2704689 or 13613782. OLE color: 13613782.

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

Color convert

RGB 214 186 207 -
CMYK 0 0.13 0.03 0.16
HSL 315º 0.25% 0.78% -
HSV(B) 315º 0.13% 0.84% -
XYZ 56.55 53.92 66.46 -
YUV 196.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 214 186 207 0 0.13 0.03 0.16 315 0.25 0.78
Hex D6 BA CF 0 D 3 10 13B 19 4E
Octal 326 272 317 0 15 3 20 473 31 116
Binary 11010110 10111010 11001111 0 1101 11 10000 100111011 11001 1001110

Color Harmonies of #D6BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BACF

Black with #D6BACF

Text Example


Text Example

White with #D6BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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