Html Css Color HEX #D5BDD1 French Lilac

📋 copy color: '#D5BDD1'

red 213 ◦ green 189 ◦ blue 209

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

Shades of French Lilac #D5BDD1

Tints of French Lilac #D5BDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.93%

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

R = 34.86%
G = 30.93%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D5BDD1 (or 0xD5BDD1) is known color: French Lilac. HEX triplet: D5, BD and D1. RGB value is (213,189,209). Sum of RGB (Red+Green+Blue) = 213+189+209=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDD1 is #2A422E. Grayscale: #C6C6C6. Windows color (decimal): -2769455 or 13745621. OLE color: 13745621.

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

Color convert

RGB 213 189 209 -
CMYK 0 0.11 0.02 0.16
HSL 310º 0.22% 0.79% -
HSV(B) 310º 0.11% 0.84% -
XYZ 57.15 55.14 67.95 -
YUV 198.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 213 189 209 0 0.11 0.02 0.16 310 0.22 0.79
Hex D5 BD D1 0 B 2 10 136 16 4F
Octal 325 275 321 0 13 2 20 466 26 117
Binary 11010101 10111101 11010001 0 1011 10 10000 100110110 10110 1001111

Color Harmonies of #D5BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BDD1

Black with #D5BDD1

Text Example


Text Example

White with #D5BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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