Html Css Color HEX #D9BCD1 French Lilac

📋 copy color: '#D9BCD1'

red 217 ◦ green 188 ◦ blue 209

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

Shades of French Lilac #D9BCD1

Tints of French Lilac #D9BCD1

RGB

 RED value IS 217 (85.16% from 255) = 35.34%

 GREEN value IS 188 (73.83% from 255) = 30.62%

 BLUE value IS 209 (82.03% from 255) = 34.04%

R = 35.34%
G = 30.62%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D9BCD1 (or 0xD9BCD1) is known color: French Lilac. HEX triplet: D9, BC and D1. RGB value is (217,188,209). Sum of RGB (Red+Green+Blue) = 217+188+209=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCD1 is #26432E. Grayscale: #C7C7C7. Windows color (decimal): -2507567 or 13745369. OLE color: 13745369.

HSL color Cylindrical-coordinate representation of color #D9BCD1: hue angle of 316.55º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BCD1 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 188 209 -
CMYK 0 0.13 0.04 0.15
HSL 316.55º 0.28% 0.79% -
HSV(B) 316.55º 0.13% 0.85% -
XYZ 58.11 55.32 67.94 -
YUV 199.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 217 188 209 0 0.13 0.04 0.15 316.55 0.28 0.79
Hex D9 BC D1 0 D 4 F 13D 1C 4F
Octal 331 274 321 0 15 4 17 475 34 117
Binary 11011001 10111100 11010001 0 1101 100 1111 100111101 11100 1001111

Color Harmonies of #D9BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BCD1

Black with #D9BCD1

Text Example


Text Example

White with #D9BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BCD1; }

 p { color: rgb(217,188,209); }

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

background-color css

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

 a { background-color: rgb(217,188,209); }

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

border-color css

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

 span { border-color: rgb(217,188,209); }

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