Shades of French Lilac #D5BED0
Tints of French Lilac #D5BED0
RGB
CMYK
RGB Variations
Color information
#D5BED0 (or 0xD5BED0) is known color: French Lilac. HEX triplet: D5, BE and D0. RGB value is (213,190,208). Sum of RGB (Red+Green+Blue) = 213+190+208=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BED0 is #2A412F. Grayscale: #C6C6C6. Windows color (decimal): -2769200 or 13680341. OLE color: 13680341.
HSL color Cylindrical-coordinate representation of color #D5BED0: hue angle of 313.04º 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 #D5BED0 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 208 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.16 |
| HSL | 313.04º | 0.21% | 0.79% | - |
| HSV(B) | 313.04º | 0.11% | 0.84% | - |
| XYZ | 57.24 | 55.53 | 67.38 | - |
| YUV | 198.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 208 | 0 | 0.11 | 0.02 | 0.16 | 313.04 | 0.21 | 0.79 |
| Hex | D5 | BE | D0 | 0 | B | 2 | 10 | 139 | 15 | 4F |
| Octal | 325 | 276 | 320 | 0 | 13 | 2 | 20 | 471 | 25 | 117 |
| Binary | 11010101 | 10111110 | 11010000 | 0 | 1011 | 10 | 10000 | 100111001 | 10101 | 1001111 |
Color Harmonies of #D5BED0
Complementary color
Monochromatic Colors of #D5BED0
Black with #D5BED0
Text Example
Text Example
White with #D5BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BED0; }
p { color: rgb(213,190,208); }
H1.HeaderClassName
{
color: #D5BED0;
}
.AnyTagClassName
{
color: #D5BED0;
}
</style>
background-color css
<style>
a { background-color: #D5BED0; }
a { background-color: rgb(213,190,208); }
div.DivClassName
{
background-color: #D5BED0;
}
.BgClassName
{
background-color: #D5BED0;
}
</style>
border-color css
<style>
span { border-color: #D5BED0; }
span { border-color: rgb(213,190,208); }
td.TdClassName
{
border-color: #D5BED0;
}
.TagClassName
{
border-color: #D5BED0;
}
</style>