Html Css Color HEX #D1BACC French Lilac

📋 copy color: '#D1BACC'

red 209 ◦ green 186 ◦ blue 204

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

Shades of French Lilac #D1BACC

Tints of French Lilac #D1BACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.06%

R = 34.89%
G = 31.05%
B = 34.06%

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

#D1BACC (or 0xD1BACC) is known color: French Lilac. HEX triplet: D1, BA and CC. RGB value is (209,186,204). Sum of RGB (Red+Green+Blue) = 209+186+204=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BACC is #2E4533. Grayscale: #C2C2C2. Windows color (decimal): -3032372 or 13417169. OLE color: 13417169.

HSL color Cylindrical-coordinate representation of color #D1BACC: hue angle of 313.04º 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 #D1BACC is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 186 204 -
CMYK 0 0.11 0.02 0.18
HSL 313.04º 0.2% 0.77% -
HSV(B) 313.04º 0.11% 0.82% -
XYZ 54.75 53.03 64.48 -
YUV 194.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 209 186 204 0 0.11 0.02 0.18 313.04 0.2 0.77
Hex D1 BA CC 0 B 2 12 139 14 4D
Octal 321 272 314 0 13 2 22 471 24 115
Binary 11010001 10111010 11001100 0 1011 10 10010 100111001 10100 1001101

Color Harmonies of #D1BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BACC

Black with #D1BACC

Text Example


Text Example

White with #D1BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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