Html Css Color HEX #D3B7D0 French Lilac

📋 copy color: '#D3B7D0'

red 211 ◦ green 183 ◦ blue 208

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

Shades of French Lilac #D3B7D0

Tints of French Lilac #D3B7D0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.4%

 BLUE value IS 208 (81.64% from 255) = 34.55%

R = 35.05%
G = 30.4%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D3B7D0 (or 0xD3B7D0) is known color: French Lilac. HEX triplet: D3, B7 and D0. RGB value is (211,183,208). Sum of RGB (Red+Green+Blue) = 211+183+208=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B7D0 is #2C482F. Grayscale: #C2C2C2. Windows color (decimal): -2902064 or 13678547. OLE color: 13678547.

HSL color Cylindrical-coordinate representation of color #D3B7D0: hue angle of 306.43º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3B7D0 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 183 208 -
CMYK 0 0.13 0.01 0.17
HSL 306.43º 0.24% 0.77% -
HSV(B) 306.43º 0.13% 0.83% -
XYZ 55.18 52.27 66.86 -
YUV 194.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 211 183 208 0 0.13 0.01 0.17 306.43 0.24 0.77
Hex D3 B7 D0 0 D 1 11 132 18 4D
Octal 323 267 320 0 15 1 21 462 30 115
Binary 11010011 10110111 11010000 0 1101 1 10001 100110010 11000 1001101

Color Harmonies of #D3B7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B7D0

Black with #D3B7D0

Text Example


Text Example

White with #D3B7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B7D0; }

 p { color: rgb(211,183,208); }

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

background-color css

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

 a { background-color: rgb(211,183,208); }

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

border-color css

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

 span { border-color: rgb(211,183,208); }

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