Html Css Color HEX #D5B9CF French Lilac

📋 copy color: '#D5B9CF'

red 213 ◦ green 185 ◦ blue 207

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

Shades of French Lilac #D5B9CF

Tints of French Lilac #D5B9CF

RGB

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

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

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

R = 35.21%
G = 30.58%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5B9CF (or 0xD5B9CF) is known color: French Lilac. HEX triplet: D5, B9 and CF. RGB value is (213,185,207). Sum of RGB (Red+Green+Blue) = 213+185+207=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9CF is #2A4630. Grayscale: #C3C3C3. Windows color (decimal): -2770481 or 13613525. OLE color: 13613525.

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

Color convert

RGB 213 185 207 -
CMYK 0 0.13 0.03 0.16
HSL 312.86º 0.25% 0.78% -
HSV(B) 312.86º 0.13% 0.84% -
XYZ 56.05 53.35 66.37 -
YUV 195.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 213 185 207 0 0.13 0.03 0.16 312.86 0.25 0.78
Hex D5 B9 CF 0 D 3 10 139 19 4E
Octal 325 271 317 0 15 3 20 471 31 116
Binary 11010101 10111001 11001111 0 1101 11 10000 100111001 11001 1001110

Color Harmonies of #D5B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B9CF

Black with #D5B9CF

Text Example


Text Example

White with #D5B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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