Html Css Color HEX #D3B9CD French Lilac

📋 copy color: '#D3B9CD'

red 211 ◦ green 185 ◦ blue 205

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

Shades of French Lilac #D3B9CD

Tints of French Lilac #D3B9CD

RGB

 RED value IS 211 (82.81% from 255) = 35.11%

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

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

R = 35.11%
G = 30.78%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D3B9CD (or 0xD3B9CD) is known color: French Lilac. HEX triplet: D3, B9 and CD. RGB value is (211,185,205). Sum of RGB (Red+Green+Blue) = 211+185+205=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B9CD is #2C4632. Grayscale: #C3C3C3. Windows color (decimal): -2901555 or 13482451. OLE color: 13482451.

HSL color Cylindrical-coordinate representation of color #D3B9CD: hue angle of 313.85º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3B9CD is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 185 205 -
CMYK 0 0.12 0.03 0.17
HSL 313.85º 0.23% 0.78% -
HSV(B) 313.85º 0.12% 0.83% -
XYZ 55.23 52.95 65.07 -
YUV 195.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 211 185 205 0 0.12 0.03 0.17 313.85 0.23 0.78
Hex D3 B9 CD 0 C 3 11 13A 17 4E
Octal 323 271 315 0 14 3 21 472 27 116
Binary 11010011 10111001 11001101 0 1100 11 10001 100111010 10111 1001110

Color Harmonies of #D3B9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B9CD

Black with #D3B9CD

Text Example


Text Example

White with #D3B9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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