Html Css Color HEX #D4BACF French Lilac

📋 copy color: '#D4BACF'

red 212 ◦ green 186 ◦ blue 207

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

Shades of French Lilac #D4BACF

Tints of French Lilac #D4BACF

RGB

 RED value IS 212 (83.2% from 255) = 35.04%

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

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

R = 35.04%
G = 30.74%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D4BACF (or 0xD4BACF) is known color: French Lilac. HEX triplet: D4, BA and CF. RGB value is (212,186,207). Sum of RGB (Red+Green+Blue) = 212+186+207=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BACF is #2B4530. Grayscale: #C4C4C4. Windows color (decimal): -2835761 or 13613780. OLE color: 13613780.

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

Color convert

RGB 212 186 207 -
CMYK 0 0.12 0.02 0.17
HSL 311.54º 0.23% 0.78% -
HSV(B) 311.54º 0.12% 0.83% -
XYZ 55.97 53.62 66.43 -
YUV 196.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 212 186 207 0 0.12 0.02 0.17 311.54 0.23 0.78
Hex D4 BA CF 0 C 2 11 138 17 4E
Octal 324 272 317 0 14 2 21 470 27 116
Binary 11010100 10111010 11001111 0 1100 10 10001 100111000 10111 1001110

Color Harmonies of #D4BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BACF

Black with #D4BACF

Text Example


Text Example

White with #D4BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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