Html Css Color HEX #D9BCD6 French Lilac

📋 copy color: '#D9BCD6'

red 217 ◦ green 188 ◦ blue 214

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

Shades of French Lilac #D9BCD6

Tints of French Lilac #D9BCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.57%

R = 35.06%
G = 30.37%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D9BCD6 (or 0xD9BCD6) is known color: French Lilac. HEX triplet: D9, BC and D6. RGB value is (217,188,214). Sum of RGB (Red+Green+Blue) = 217+188+214=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCD6 is #264329. Grayscale: #C7C7C7. Windows color (decimal): -2507562 or 14073049. OLE color: 14073049.

HSL color Cylindrical-coordinate representation of color #D9BCD6: hue angle of 306.21º 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 #D9BCD6 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 188 214 -
CMYK 0 0.13 0.01 0.15
HSL 306.21º 0.28% 0.79% -
HSV(B) 306.21º 0.13% 0.85% -
XYZ 58.74 55.57 71.25 -
YUV 199.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 217 188 214 0 0.13 0.01 0.15 306.21 0.28 0.79
Hex D9 BC D6 0 D 1 F 132 1C 4F
Octal 331 274 326 0 15 1 17 462 34 117
Binary 11011001 10111100 11010110 0 1101 1 1111 100110010 11100 1001111

Color Harmonies of #D9BCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BCD6

Black with #D9BCD6

Text Example


Text Example

White with #D9BCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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