Html Css Color HEX #D1BDCD French Lilac

📋 copy color: '#D1BDCD'

red 209 ◦ green 189 ◦ blue 205

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

Shades of French Lilac #D1BDCD

Tints of French Lilac #D1BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.34%

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

R = 34.66%
G = 31.34%
B = 34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D1BDCD (or 0xD1BDCD) is known color: French Lilac. HEX triplet: D1, BD and CD. RGB value is (209,189,205). Sum of RGB (Red+Green+Blue) = 209+189+205=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDCD is #2E4232. Grayscale: #C4C4C4. Windows color (decimal): -3031603 or 13483473. OLE color: 13483473.

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

Color convert

RGB 209 189 205 -
CMYK 0 0.10 0.02 0.18
HSL 312º 0.18% 0.78% -
HSV(B) 312º 0.1% 0.82% -
XYZ 55.51 54.36 65.32 -
YUV 196.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 209 189 205 0 0.10 0.02 0.18 312 0.18 0.78
Hex D1 BD CD 0 A 2 12 138 12 4E
Octal 321 275 315 0 12 2 22 470 22 116
Binary 11010001 10111101 11001101 0 1010 10 10010 100111000 10010 1001110

Color Harmonies of #D1BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BDCD

Black with #D1BDCD

Text Example


Text Example

White with #D1BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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