Shades of French Lilac #D7BFD3
Tints of French Lilac #D7BFD3
RGB
CMYK
RGB Variations
Color information
#D7BFD3 (or 0xD7BFD3) is known color: French Lilac. HEX triplet: D7, BF and D3. RGB value is (215,191,211). Sum of RGB (Red+Green+Blue) = 215+191+211=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFD3 is #28402C. Grayscale: #C8C8C8. Windows color (decimal): -2637869 or 13877207. OLE color: 13877207.
HSL color Cylindrical-coordinate representation of color #D7BFD3: hue angle of 310º 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 #D7BFD3 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 191 | 211 | - |
CMYK | 0 | 0.11 | 0.02 | 0.16 |
HSL | 310º | 0.23% | 0.8% | - |
HSV(B) | 310º | 0.11% | 0.84% | - |
XYZ | 58.41 | 56.41 | 69.44 | - |
YUV | 200.46 | 133.95 | 138.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 191 | 211 | 0 | 0.11 | 0.02 | 0.16 | 310 | 0.23 | 0.8 |
Hex | D7 | BF | D3 | 0 | B | 2 | 10 | 136 | 17 | 50 |
Octal | 327 | 277 | 323 | 0 | 13 | 2 | 20 | 466 | 27 | 120 |
Binary | 11010111 | 10111111 | 11010011 | 0 | 1011 | 10 | 10000 | 100110110 | 10111 | 1010000 |
Color Harmonies of #D7BFD3
Complementary color
Monochromatic Colors of #D7BFD3
Black with #D7BFD3
Text Example
Text Example
White with #D7BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFD3; }
p { color: rgb(215,191,211); }
H1.HeaderClassName
{
color: #D7BFD3;
}
.AnyTagClassName
{
color: #D7BFD3;
}
</style>
background-color css
<style>
a { background-color: #D7BFD3; }
a { background-color: rgb(215,191,211); }
div.DivClassName
{
background-color: #D7BFD3;
}
.BgClassName
{
background-color: #D7BFD3;
}
</style>
border-color css
<style>
span { border-color: #D7BFD3; }
span { border-color: rgb(215,191,211); }
td.TdClassName
{
border-color: #D7BFD3;
}
.TagClassName
{
border-color: #D7BFD3;
}
</style>