Html Css Color HEX #D7BACF French Lilac

📋 copy color: '#D7BACF'

red 215 ◦ green 186 ◦ blue 207

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

Shades of French Lilac #D7BACF

Tints of French Lilac #D7BACF

RGB

 RED value IS 215 (84.38% from 255) = 35.36%

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

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

R = 35.36%
G = 30.59%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D7BACF (or 0xD7BACF) is known color: French Lilac. HEX triplet: D7, BA and CF. RGB value is (215,186,207). Sum of RGB (Red+Green+Blue) = 215+186+207=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BACF is #284530. Grayscale: #C5C5C5. Windows color (decimal): -2639153 or 13613783. OLE color: 13613783.

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

Color convert

RGB 215 186 207 -
CMYK 0 0.13 0.04 0.16
HSL 316.55º 0.27% 0.79% -
HSV(B) 316.55º 0.13% 0.84% -
XYZ 56.85 54.07 66.47 -
YUV 197.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 215 186 207 0 0.13 0.04 0.16 316.55 0.27 0.79
Hex D7 BA CF 0 D 4 10 13D 1B 4F
Octal 327 272 317 0 15 4 20 475 33 117
Binary 11010111 10111010 11001111 0 1101 100 10000 100111101 11011 1001111

Color Harmonies of #D7BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BACF

Black with #D7BACF

Text Example


Text Example

White with #D7BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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