Html Css Color HEX #D1B9CD French Lilac

📋 copy color: '#D1B9CD'

red 209 ◦ green 185 ◦ blue 205

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

Shades of French Lilac #D1B9CD

Tints of French Lilac #D1B9CD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.88%

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

R = 34.89%
G = 30.88%
B = 34.22%

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

#D1B9CD (or 0xD1B9CD) is known color: French Lilac. HEX triplet: D1, B9 and CD. RGB value is (209,185,205). Sum of RGB (Red+Green+Blue) = 209+185+205=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9CD is #2E4632. Grayscale: #C2C2C2. Windows color (decimal): -3032627 or 13482449. OLE color: 13482449.

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

Color convert

RGB 209 185 205 -
CMYK 0 0.11 0.02 0.18
HSL 310º 0.21% 0.77% -
HSV(B) 310º 0.11% 0.82% -
XYZ 54.66 52.66 65.04 -
YUV 194.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 209 185 205 0 0.11 0.02 0.18 310 0.21 0.77
Hex D1 B9 CD 0 B 2 12 136 15 4D
Octal 321 271 315 0 13 2 22 466 25 115
Binary 11010001 10111001 11001101 0 1011 10 10010 100110110 10101 1001101

Color Harmonies of #D1B9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B9CD

Black with #D1B9CD

Text Example


Text Example

White with #D1B9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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