Html Css Color HEX #D5BAD1 French Lilac

📋 copy color: '#D5BAD1'

red 213 ◦ green 186 ◦ blue 209

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

Shades of French Lilac #D5BAD1

Tints of French Lilac #D5BAD1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.59%

 BLUE value IS 209 (82.03% from 255) = 34.38%

R = 35.03%
G = 30.59%
B = 34.38%

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

#D5BAD1 (or 0xD5BAD1) is known color: French Lilac. HEX triplet: D5, BA and D1. RGB value is (213,186,209). Sum of RGB (Red+Green+Blue) = 213+186+209=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAD1 is #2A452E. Grayscale: #C4C4C4. Windows color (decimal): -2770223 or 13744853. OLE color: 13744853.

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

Color convert

RGB 213 186 209 -
CMYK 0 0.13 0.02 0.16
HSL 308.89º 0.24% 0.78% -
HSV(B) 308.89º 0.13% 0.84% -
XYZ 56.51 53.87 67.74 -
YUV 196.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 213 186 209 0 0.13 0.02 0.16 308.89 0.24 0.78
Hex D5 BA D1 0 D 2 10 135 18 4E
Octal 325 272 321 0 15 2 20 465 30 116
Binary 11010101 10111010 11010001 0 1101 10 10000 100110101 11000 1001110

Color Harmonies of #D5BAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BAD1

Black with #D5BAD1

Text Example


Text Example

White with #D5BAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BAD1; }

 p { color: rgb(213,186,209); }

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

background-color css

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

 a { background-color: rgb(213,186,209); }

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

border-color css

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

 span { border-color: rgb(213,186,209); }

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