Html Css Color HEX #D3BACF French Lilac

📋 copy color: '#D3BACF'

red 211 ◦ green 186 ◦ blue 207

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

Shades of French Lilac #D3BACF

Tints of French Lilac #D3BACF

RGB

 RED value IS 211 (82.81% from 255) = 34.93%

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

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

R = 34.93%
G = 30.79%
B = 34.27%

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

#D3BACF (or 0xD3BACF) is known color: French Lilac. HEX triplet: D3, BA and CF. RGB value is (211,186,207). Sum of RGB (Red+Green+Blue) = 211+186+207=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BACF is #2C4530. Grayscale: #C3C3C3. Windows color (decimal): -2901297 or 13613779. OLE color: 13613779.

HSL color Cylindrical-coordinate representation of color #D3BACF: hue angle of 309.6º degrees, saturation: 0.22, 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 #D3BACF is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 186 207 -
CMYK 0 0.12 0.02 0.17
HSL 309.6º 0.22% 0.78% -
HSV(B) 309.6º 0.12% 0.83% -
XYZ 55.69 53.47 66.42 -
YUV 195.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 211 186 207 0 0.12 0.02 0.17 309.6 0.22 0.78
Hex D3 BA CF 0 C 2 11 136 16 4E
Octal 323 272 317 0 14 2 21 466 26 116
Binary 11010011 10111010 11001111 0 1100 10 10001 100110110 10110 1001110

Color Harmonies of #D3BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BACF

Black with #D3BACF

Text Example


Text Example

White with #D3BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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