Shades of Lilac #D696C7
Tints of Lilac #D696C7
RGB
CMYK
RGB Variations
Color information
#D696C7 (or 0xD696C7) is known color: Lilac. HEX triplet: D6, 96 and C7. RGB value is (214,150,199). Sum of RGB (Red+Green+Blue) = 214+150+199=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D696C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696C7 is #296938. Grayscale: #AEAEAE. Windows color (decimal): -2713913 or 13080278. OLE color: 13080278.
HSL color Cylindrical-coordinate representation of color #D696C7: hue angle of 314.06º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696C7 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 199 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.16 |
| HSL | 314.06º | 0.44% | 0.71% | - |
| HSV(B) | 314.06º | 0.3% | 0.84% | - |
| XYZ | 48.95 | 40.23 | 59.22 | - |
| YUV | 174.72 | 141.7 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 199 | 0 | 0.30 | 0.07 | 0.16 | 314.06 | 0.44 | 0.71 |
| Hex | D6 | 96 | C7 | 0 | 1E | 7 | 10 | 13A | 2C | 47 |
| Octal | 326 | 226 | 307 | 0 | 36 | 7 | 20 | 472 | 54 | 107 |
| Binary | 11010110 | 10010110 | 11000111 | 0 | 11110 | 111 | 10000 | 100111010 | 101100 | 1000111 |
Color Harmonies of #D696C7
Complementary color
Monochromatic Colors of #D696C7
Black with #D696C7
Text Example
Text Example
White with #D696C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696C7; }
p { color: rgb(214,150,199); }
H1.HeaderClassName
{
color: #D696C7;
}
.AnyTagClassName
{
color: #D696C7;
}
</style>
background-color css
<style>
a { background-color: #D696C7; }
a { background-color: rgb(214,150,199); }
div.DivClassName
{
background-color: #D696C7;
}
.BgClassName
{
background-color: #D696C7;
}
</style>
border-color css
<style>
span { border-color: #D696C7; }
span { border-color: rgb(214,150,199); }
td.TdClassName
{
border-color: #D696C7;
}
.TagClassName
{
border-color: #D696C7;
}
</style>