Html Css Color HEX #D5B1CF French Lilac

📋 copy color: '#D5B1CF'

red 213 ◦ green 177 ◦ blue 207

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

Shades of French Lilac #D5B1CF

Tints of French Lilac #D5B1CF

RGB

 RED value IS 213 (83.59% from 255) = 35.68%

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

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

R = 35.68%
G = 29.65%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5B1CF (or 0xD5B1CF) is known color: French Lilac. HEX triplet: D5, B1 and CF. RGB value is (213,177,207). Sum of RGB (Red+Green+Blue) = 213+177+207=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B1CF is #2A4E30. Grayscale: #BFBFBF. Windows color (decimal): -2772529 or 13611477. OLE color: 13611477.

HSL color Cylindrical-coordinate representation of color #D5B1CF: hue angle of 310º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5B1CF is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 177 207 -
CMYK 0 0.17 0.03 0.16
HSL 310º 0.3% 0.76% -
HSV(B) 310º 0.17% 0.84% -
XYZ 54.43 50.1 65.83 -
YUV 191.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 213 177 207 0 0.17 0.03 0.16 310 0.3 0.76
Hex D5 B1 CF 0 11 3 10 136 1E 4C
Octal 325 261 317 0 21 3 20 466 36 114
Binary 11010101 10110001 11001111 0 10001 11 10000 100110110 11110 1001100

Color Harmonies of #D5B1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B1CF

Black with #D5B1CF

Text Example


Text Example

White with #D5B1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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