Html Css Color HEX #D5B9D0 French Lilac

📋 copy color: '#D5B9D0'

red 213 ◦ green 185 ◦ blue 208

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

Shades of French Lilac #D5B9D0

Tints of French Lilac #D5B9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.32%

R = 35.15%
G = 30.53%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D5B9D0 (or 0xD5B9D0) is known color: French Lilac. HEX triplet: D5, B9 and D0. RGB value is (213,185,208). Sum of RGB (Red+Green+Blue) = 213+185+208=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9D0 is #2A462F. Grayscale: #C3C3C3. Windows color (decimal): -2770480 or 13679061. OLE color: 13679061.

HSL color Cylindrical-coordinate representation of color #D5B9D0: hue angle of 310.71º 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 #D5B9D0 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 185 208 -
CMYK 0 0.13 0.02 0.16
HSL 310.71º 0.25% 0.78% -
HSV(B) 310.71º 0.13% 0.84% -
XYZ 56.17 53.4 67.02 -
YUV 195.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 213 185 208 0 0.13 0.02 0.16 310.71 0.25 0.78
Hex D5 B9 D0 0 D 2 10 137 19 4E
Octal 325 271 320 0 15 2 20 467 31 116
Binary 11010101 10111001 11010000 0 1101 10 10000 100110111 11001 1001110

Color Harmonies of #D5B9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B9D0

Black with #D5B9D0

Text Example


Text Example

White with #D5B9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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