Html Css Color HEX #D1BACD French Lilac

📋 copy color: '#D1BACD'

red 209 ◦ green 186 ◦ blue 205

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

Shades of French Lilac #D1BACD

Tints of French Lilac #D1BACD

RGB

 RED value IS 209 (82.03% from 255) = 34.83%

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

 BLUE value IS 205 (80.47% from 255) = 34.17%

R = 34.83%
G = 31%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D1BACD (or 0xD1BACD) is known color: French Lilac. HEX triplet: D1, BA and CD. RGB value is (209,186,205). Sum of RGB (Red+Green+Blue) = 209+186+205=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BACD is #2E4532. Grayscale: #C2C2C2. Windows color (decimal): -3032371 or 13482705. OLE color: 13482705.

HSL color Cylindrical-coordinate representation of color #D1BACD: hue angle of 310.43º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BACD is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 186 205 -
CMYK 0 0.11 0.02 0.18
HSL 310.43º 0.2% 0.77% -
HSV(B) 310.43º 0.11% 0.82% -
XYZ 54.87 53.08 65.11 -
YUV 195.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 209 186 205 0 0.11 0.02 0.18 310.43 0.2 0.77
Hex D1 BA CD 0 B 2 12 136 14 4D
Octal 321 272 315 0 13 2 22 466 24 115
Binary 11010001 10111010 11001101 0 1011 10 10010 100110110 10100 1001101

Color Harmonies of #D1BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BACD

Black with #D1BACD

Text Example


Text Example

White with #D1BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BACD; }

 p { color: rgb(209,186,205); }

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

background-color css

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

 a { background-color: rgb(209,186,205); }

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

border-color css

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

 span { border-color: rgb(209,186,205); }

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