Shades of Lilac #D698C6
Tints of Lilac #D698C6
RGB
CMYK
RGB Variations
Color information
#D698C6 (or 0xD698C6) is known color: Lilac. HEX triplet: D6, 98 and C6. RGB value is (214,152,198). Sum of RGB (Red+Green+Blue) = 214+152+198=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D698C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698C6 is #296739. Grayscale: #AFAFAF. Windows color (decimal): -2713402 or 13015254. OLE color: 13015254.
HSL color Cylindrical-coordinate representation of color #D698C6: hue angle of 315.48º 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 #D698C6 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 198 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.16 |
| HSL | 315.48º | 0.43% | 0.72% | - |
| HSV(B) | 315.48º | 0.29% | 0.84% | - |
| XYZ | 49.15 | 40.83 | 58.72 | - |
| YUV | 175.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 198 | 0 | 0.29 | 0.07 | 0.16 | 315.48 | 0.43 | 0.72 |
| Hex | D6 | 98 | C6 | 0 | 1D | 7 | 10 | 13B | 2B | 48 |
| Octal | 326 | 230 | 306 | 0 | 35 | 7 | 20 | 473 | 53 | 110 |
| Binary | 11010110 | 10011000 | 11000110 | 0 | 11101 | 111 | 10000 | 100111011 | 101011 | 1001000 |
Color Harmonies of #D698C6
Complementary color
Monochromatic Colors of #D698C6
Black with #D698C6
Text Example
Text Example
White with #D698C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698C6; }
p { color: rgb(214,152,198); }
H1.HeaderClassName
{
color: #D698C6;
}
.AnyTagClassName
{
color: #D698C6;
}
</style>
background-color css
<style>
a { background-color: #D698C6; }
a { background-color: rgb(214,152,198); }
div.DivClassName
{
background-color: #D698C6;
}
.BgClassName
{
background-color: #D698C6;
}
</style>
border-color css
<style>
span { border-color: #D698C6; }
span { border-color: rgb(214,152,198); }
td.TdClassName
{
border-color: #D698C6;
}
.TagClassName
{
border-color: #D698C6;
}
</style>