Shades of Lilac #D698C7
Tints of Lilac #D698C7
RGB
CMYK
RGB Variations
Color information
#D698C7 (or 0xD698C7) is known color: Lilac. HEX triplet: D6, 98 and C7. RGB value is (214,152,199). Sum of RGB (Red+Green+Blue) = 214+152+199=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D698C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698C7 is #296738. Grayscale: #AFAFAF. Windows color (decimal): -2713401 or 13080790. OLE color: 13080790.
HSL color Cylindrical-coordinate representation of color #D698C7: hue angle of 314.52º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D698C7 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 199 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.16 |
| HSL | 314.52º | 0.43% | 0.72% | - |
| HSV(B) | 314.52º | 0.29% | 0.84% | - |
| XYZ | 49.27 | 40.88 | 59.33 | - |
| YUV | 175.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 199 | 0 | 0.29 | 0.07 | 0.16 | 314.52 | 0.43 | 0.72 |
| Hex | D6 | 98 | C7 | 0 | 1D | 7 | 10 | 13B | 2B | 48 |
| Octal | 326 | 230 | 307 | 0 | 35 | 7 | 20 | 473 | 53 | 110 |
| Binary | 11010110 | 10011000 | 11000111 | 0 | 11101 | 111 | 10000 | 100111011 | 101011 | 1001000 |
Color Harmonies of #D698C7
Complementary color
Monochromatic Colors of #D698C7
Black with #D698C7
Text Example
Text Example
White with #D698C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698C7; }
p { color: rgb(214,152,199); }
H1.HeaderClassName
{
color: #D698C7;
}
.AnyTagClassName
{
color: #D698C7;
}
</style>
background-color css
<style>
a { background-color: #D698C7; }
a { background-color: rgb(214,152,199); }
div.DivClassName
{
background-color: #D698C7;
}
.BgClassName
{
background-color: #D698C7;
}
</style>
border-color css
<style>
span { border-color: #D698C7; }
span { border-color: rgb(214,152,199); }
td.TdClassName
{
border-color: #D698C7;
}
.TagClassName
{
border-color: #D698C7;
}
</style>