Html Css Color HEX #D5BACF French Lilac

📋 copy color: '#D5BACF'

red 213 ◦ green 186 ◦ blue 207

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

Shades of French Lilac #D5BACF

Tints of French Lilac #D5BACF

RGB

 RED value IS 213 (83.59% from 255) = 35.15%

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

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

R = 35.15%
G = 30.69%
B = 34.16%

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

#D5BACF (or 0xD5BACF) is known color: French Lilac. HEX triplet: D5, BA and CF. RGB value is (213,186,207). Sum of RGB (Red+Green+Blue) = 213+186+207=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BACF is #2A4530. Grayscale: #C4C4C4. Windows color (decimal): -2770225 or 13613781. OLE color: 13613781.

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

Color convert

RGB 213 186 207 -
CMYK 0 0.13 0.03 0.16
HSL 313.33º 0.24% 0.78% -
HSV(B) 313.33º 0.13% 0.84% -
XYZ 56.26 53.77 66.44 -
YUV 196.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 213 186 207 0 0.13 0.03 0.16 313.33 0.24 0.78
Hex D5 BA CF 0 D 3 10 139 18 4E
Octal 325 272 317 0 15 3 20 471 30 116
Binary 11010101 10111010 11001111 0 1101 11 10000 100111001 11000 1001110

Color Harmonies of #D5BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BACF

Black with #D5BACF

Text Example


Text Example

White with #D5BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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