Shades of French Lilac #D7BFD2
Tints of French Lilac #D7BFD2
RGB
CMYK
RGB Variations
Color information
#D7BFD2 (or 0xD7BFD2) is known color: French Lilac. HEX triplet: D7, BF and D2. RGB value is (215,191,210). Sum of RGB (Red+Green+Blue) = 215+191+210=616 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.90% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFD2 is #28402D. Grayscale: #C8C8C8. Windows color (decimal): -2637870 or 13811671. OLE color: 13811671.
HSL color Cylindrical-coordinate representation of color #D7BFD2: hue angle of 312.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7BFD2 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 191 | 210 | - |
CMYK | 0 | 0.11 | 0.02 | 0.16 |
HSL | 312.5º | 0.23% | 0.8% | - |
HSV(B) | 312.5º | 0.11% | 0.84% | - |
XYZ | 58.29 | 56.36 | 68.78 | - |
YUV | 200.34 | 133.45 | 138.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 191 | 210 | 0 | 0.11 | 0.02 | 0.16 | 312.5 | 0.23 | 0.8 |
Hex | D7 | BF | D2 | 0 | B | 2 | 10 | 138 | 17 | 50 |
Octal | 327 | 277 | 322 | 0 | 13 | 2 | 20 | 470 | 27 | 120 |
Binary | 11010111 | 10111111 | 11010010 | 0 | 1011 | 10 | 10000 | 100111000 | 10111 | 1010000 |
Color Harmonies of #D7BFD2
Complementary color
Monochromatic Colors of #D7BFD2
Black with #D7BFD2
Text Example
Text Example
White with #D7BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFD2; }
p { color: rgb(215,191,210); }
H1.HeaderClassName
{
color: #D7BFD2;
}
.AnyTagClassName
{
color: #D7BFD2;
}
</style>
background-color css
<style>
a { background-color: #D7BFD2; }
a { background-color: rgb(215,191,210); }
div.DivClassName
{
background-color: #D7BFD2;
}
.BgClassName
{
background-color: #D7BFD2;
}
</style>
border-color css
<style>
span { border-color: #D7BFD2; }
span { border-color: rgb(215,191,210); }
td.TdClassName
{
border-color: #D7BFD2;
}
.TagClassName
{
border-color: #D7BFD2;
}
</style>