Shades of French Lilac #D5BED1
Tints of French Lilac #D5BED1
RGB
CMYK
RGB Variations
Color information
#D5BED1 (or 0xD5BED1) is known color: French Lilac. HEX triplet: D5, BE and D1. RGB value is (213,190,209). Sum of RGB (Red+Green+Blue) = 213+190+209=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BED1 is #2A412E. Grayscale: #C6C6C6. Windows color (decimal): -2769199 or 13745877. OLE color: 13745877.
HSL color Cylindrical-coordinate representation of color #D5BED1: hue angle of 310.43º degrees, saturation: 0.21, 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 #D5BED1 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 209 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.16 |
| HSL | 310.43º | 0.21% | 0.79% | - |
| HSV(B) | 310.43º | 0.11% | 0.84% | - |
| XYZ | 57.36 | 55.58 | 68.03 | - |
| YUV | 199.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 209 | 0 | 0.11 | 0.02 | 0.16 | 310.43 | 0.21 | 0.79 |
| Hex | D5 | BE | D1 | 0 | B | 2 | 10 | 136 | 15 | 4F |
| Octal | 325 | 276 | 321 | 0 | 13 | 2 | 20 | 466 | 25 | 117 |
| Binary | 11010101 | 10111110 | 11010001 | 0 | 1011 | 10 | 10000 | 100110110 | 10101 | 1001111 |
Color Harmonies of #D5BED1
Complementary color
Monochromatic Colors of #D5BED1
Black with #D5BED1
Text Example
Text Example
White with #D5BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BED1; }
p { color: rgb(213,190,209); }
H1.HeaderClassName
{
color: #D5BED1;
}
.AnyTagClassName
{
color: #D5BED1;
}
</style>
background-color css
<style>
a { background-color: #D5BED1; }
a { background-color: rgb(213,190,209); }
div.DivClassName
{
background-color: #D5BED1;
}
.BgClassName
{
background-color: #D5BED1;
}
</style>
border-color css
<style>
span { border-color: #D5BED1; }
span { border-color: rgb(213,190,209); }
td.TdClassName
{
border-color: #D5BED1;
}
.TagClassName
{
border-color: #D5BED1;
}
</style>