Html Css Color HEX #D3B9CF French Lilac

📋 copy color: '#D3B9CF'

red 211 ◦ green 185 ◦ blue 207

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

Shades of French Lilac #D3B9CF

Tints of French Lilac #D3B9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.33%

R = 34.99%
G = 30.68%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D3B9CF (or 0xD3B9CF) is known color: French Lilac. HEX triplet: D3, B9 and CF. RGB value is (211,185,207). Sum of RGB (Red+Green+Blue) = 211+185+207=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B9CF is #2C4630. Grayscale: #C3C3C3. Windows color (decimal): -2901553 or 13613523. OLE color: 13613523.

HSL color Cylindrical-coordinate representation of color #D3B9CF: hue angle of 309.23º 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 #D3B9CF is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 185 207 -
CMYK 0 0.12 0.02 0.17
HSL 309.23º 0.23% 0.78% -
HSV(B) 309.23º 0.12% 0.83% -
XYZ 55.48 53.05 66.35 -
YUV 195.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 211 185 207 0 0.12 0.02 0.17 309.23 0.23 0.78
Hex D3 B9 CF 0 C 2 11 135 17 4E
Octal 323 271 317 0 14 2 21 465 27 116
Binary 11010011 10111001 11001111 0 1100 10 10001 100110101 10111 1001110

Color Harmonies of #D3B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B9CF

Black with #D3B9CF

Text Example


Text Example

White with #D3B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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