Html Css Color HEX #D9B7D5 French Lilac

📋 copy color: '#D9B7D5'

red 217 ◦ green 183 ◦ blue 213

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

Shades of French Lilac #D9B7D5

Tints of French Lilac #D9B7D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.75%

R = 35.4%
G = 29.85%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D9B7D5 (or 0xD9B7D5) is known color: French Lilac. HEX triplet: D9, B7 and D5. RGB value is (217,183,213). Sum of RGB (Red+Green+Blue) = 217+183+213=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B7D5 is #26482A. Grayscale: #C4C4C4. Windows color (decimal): -2508843 or 14006233. OLE color: 14006233.

HSL color Cylindrical-coordinate representation of color #D9B7D5: hue angle of 307.06º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9B7D5 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 183 213 -
CMYK 0 0.16 0.02 0.15
HSL 307.06º 0.31% 0.78% -
HSV(B) 307.06º 0.16% 0.85% -
XYZ 57.56 53.42 70.23 -
YUV 196.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 217 183 213 0 0.16 0.02 0.15 307.06 0.31 0.78
Hex D9 B7 D5 0 10 2 F 133 1F 4E
Octal 331 267 325 0 20 2 17 463 37 116
Binary 11011001 10110111 11010101 0 10000 10 1111 100110011 11111 1001110

Color Harmonies of #D9B7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B7D5

Black with #D9B7D5

Text Example


Text Example

White with #D9B7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B7D5; }

 p { color: rgb(217,183,213); }

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

background-color css

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

 a { background-color: rgb(217,183,213); }

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

border-color css

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

 span { border-color: rgb(217,183,213); }

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