Shades of French Lilac #D6BFD2
Tints of French Lilac #D6BFD2
RGB
CMYK
RGB Variations
Color information
#D6BFD2 (or 0xD6BFD2) is known color: French Lilac. HEX triplet: D6, BF and D2. RGB value is (214,191,210). Sum of RGB (Red+Green+Blue) = 214+191+210=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFD2 is #29402D. Grayscale: #C7C7C7. Windows color (decimal): -2703406 or 13811670. OLE color: 13811670.
HSL color Cylindrical-coordinate representation of color #D6BFD2: hue angle of 310.43º degrees, saturation: 0.22, 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 #D6BFD2 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 191 | 210 | - |
CMYK | 0 | 0.11 | 0.02 | 0.16 |
HSL | 310.43º | 0.22% | 0.79% | - |
HSV(B) | 310.43º | 0.11% | 0.84% | - |
XYZ | 58 | 56.21 | 68.77 | - |
YUV | 200.04 | 133.62 | 137.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 191 | 210 | 0 | 0.11 | 0.02 | 0.16 | 310.43 | 0.22 | 0.79 |
Hex | D6 | BF | D2 | 0 | B | 2 | 10 | 136 | 16 | 4F |
Octal | 326 | 277 | 322 | 0 | 13 | 2 | 20 | 466 | 26 | 117 |
Binary | 11010110 | 10111111 | 11010010 | 0 | 1011 | 10 | 10000 | 100110110 | 10110 | 1001111 |
Color Harmonies of #D6BFD2
Complementary color
Monochromatic Colors of #D6BFD2
Black with #D6BFD2
Text Example
Text Example
White with #D6BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFD2; }
p { color: rgb(214,191,210); }
H1.HeaderClassName
{
color: #D6BFD2;
}
.AnyTagClassName
{
color: #D6BFD2;
}
</style>
background-color css
<style>
a { background-color: #D6BFD2; }
a { background-color: rgb(214,191,210); }
div.DivClassName
{
background-color: #D6BFD2;
}
.BgClassName
{
background-color: #D6BFD2;
}
</style>
border-color css
<style>
span { border-color: #D6BFD2; }
span { border-color: rgb(214,191,210); }
td.TdClassName
{
border-color: #D6BFD2;
}
.TagClassName
{
border-color: #D6BFD2;
}
</style>