Html Css Color HEX #D9B0CF French Lilac

📋 copy color: '#D9B0CF'

red 217 ◦ green 176 ◦ blue 207

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

Shades of French Lilac #D9B0CF

Tints of French Lilac #D9B0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.33%

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

R = 36.17%
G = 29.33%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D9B0CF (or 0xD9B0CF) is known color: French Lilac. HEX triplet: D9, B0 and CF. RGB value is (217,176,207). Sum of RGB (Red+Green+Blue) = 217+176+207=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0CF is #264F30. Grayscale: #BFBFBF. Windows color (decimal): -2510641 or 13611225. OLE color: 13611225.

HSL color Cylindrical-coordinate representation of color #D9B0CF: hue angle of 314.63º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B0CF is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 207 -
CMYK 0 0.19 0.05 0.15
HSL 314.63º 0.35% 0.77% -
HSV(B) 314.63º 0.19% 0.85% -
XYZ 55.4 50.31 65.82 -
YUV 191.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 217 176 207 0 0.19 0.05 0.15 314.63 0.35 0.77
Hex D9 B0 CF 0 13 5 F 13B 23 4D
Octal 331 260 317 0 23 5 17 473 43 115
Binary 11011001 10110000 11001111 0 10011 101 1111 100111011 100011 1001101

Color Harmonies of #D9B0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B0CF

Black with #D9B0CF

Text Example


Text Example

White with #D9B0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B0CF; }

 p { color: rgb(217,176,207); }

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

background-color css

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

 a { background-color: rgb(217,176,207); }

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

border-color css

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

 span { border-color: rgb(217,176,207); }

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