Html Css Color HEX #D9BDD5 French Lilac

📋 copy color: '#D9BDD5'

red 217 ◦ green 189 ◦ blue 213

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

Shades of French Lilac #D9BDD5

Tints of French Lilac #D9BDD5

RGB

 RED value IS 217 (85.16% from 255) = 35.06%

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

 BLUE value IS 213 (83.59% from 255) = 34.41%

R = 35.06%
G = 30.53%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D9BDD5 (or 0xD9BDD5) is known color: French Lilac. HEX triplet: D9, BD and D5. RGB value is (217,189,213). Sum of RGB (Red+Green+Blue) = 217+189+213=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDD5 is #26422A. Grayscale: #C8C8C8. Windows color (decimal): -2507307 or 14007769. OLE color: 14007769.

HSL color Cylindrical-coordinate representation of color #D9BDD5: hue angle of 308.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BDD5 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 189 213 -
CMYK 0 0.13 0.02 0.15
HSL 308.57º 0.27% 0.8% -
HSV(B) 308.57º 0.13% 0.85% -
XYZ 58.82 55.95 70.65 -
YUV 200.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 217 189 213 0 0.13 0.02 0.15 308.57 0.27 0.8
Hex D9 BD D5 0 D 2 F 135 1B 50
Octal 331 275 325 0 15 2 17 465 33 120
Binary 11011001 10111101 11010101 0 1101 10 1111 100110101 11011 1010000

Color Harmonies of #D9BDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDD5

Black with #D9BDD5

Text Example


Text Example

White with #D9BDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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