Html Css Color HEX #D1B1CF French Lilac

📋 copy color: '#D1B1CF'

red 209 ◦ green 177 ◦ blue 207

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

Shades of French Lilac #D1B1CF

Tints of French Lilac #D1B1CF

RGB

 RED value IS 209 (82.03% from 255) = 35.24%

 GREEN value IS 177 (69.53% from 255) = 29.85%

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

R = 35.24%
G = 29.85%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D1B1CF (or 0xD1B1CF) is known color: French Lilac. HEX triplet: D1, B1 and CF. RGB value is (209,177,207). Sum of RGB (Red+Green+Blue) = 209+177+207=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B1CF is #2E4E30. Grayscale: #BDBDBD. Windows color (decimal): -3034673 or 13611473. OLE color: 13611473.

HSL color Cylindrical-coordinate representation of color #D1B1CF: hue angle of 303.75º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1B1CF is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 177 207 -
CMYK 0 0.15 0.01 0.18
HSL 303.75º 0.26% 0.76% -
HSV(B) 303.75º 0.15% 0.82% -
XYZ 53.28 49.5 65.78 -
YUV 189.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 209 177 207 0 0.15 0.01 0.18 303.75 0.26 0.76
Hex D1 B1 CF 0 F 1 12 130 1A 4C
Octal 321 261 317 0 17 1 22 460 32 114
Binary 11010001 10110001 11001111 0 1111 1 10010 100110000 11010 1001100

Color Harmonies of #D1B1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B1CF

Black with #D1B1CF

Text Example


Text Example

White with #D1B1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B1CF; }

 p { color: rgb(209,177,207); }

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

background-color css

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

 a { background-color: rgb(209,177,207); }

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

border-color css

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

 span { border-color: rgb(209,177,207); }

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