Shades of Lilac #D699C9
Tints of Lilac #D699C9
RGB
CMYK
RGB Variations
Color information
#D699C9 (or 0xD699C9) is known color: Lilac. HEX triplet: D6, 99 and C9. RGB value is (214,153,201). Sum of RGB (Red+Green+Blue) = 214+153+201=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D699C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699C9 is #296636. Grayscale: #B0B0B0. Windows color (decimal): -2713143 or 13212118. OLE color: 13212118.
HSL color Cylindrical-coordinate representation of color #D699C9: hue angle of 312.79º 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 #D699C9 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 201 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.16 |
| HSL | 312.79º | 0.43% | 0.72% | - |
| HSV(B) | 312.79º | 0.29% | 0.84% | - |
| XYZ | 49.67 | 41.3 | 60.61 | - |
| YUV | 176.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 201 | 0 | 0.29 | 0.06 | 0.16 | 312.79 | 0.43 | 0.72 |
| Hex | D6 | 99 | C9 | 0 | 1D | 6 | 10 | 139 | 2B | 48 |
| Octal | 326 | 231 | 311 | 0 | 35 | 6 | 20 | 471 | 53 | 110 |
| Binary | 11010110 | 10011001 | 11001001 | 0 | 11101 | 110 | 10000 | 100111001 | 101011 | 1001000 |
Color Harmonies of #D699C9
Complementary color
Monochromatic Colors of #D699C9
Black with #D699C9
Text Example
Text Example
White with #D699C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699C9; }
p { color: rgb(214,153,201); }
H1.HeaderClassName
{
color: #D699C9;
}
.AnyTagClassName
{
color: #D699C9;
}
</style>
background-color css
<style>
a { background-color: #D699C9; }
a { background-color: rgb(214,153,201); }
div.DivClassName
{
background-color: #D699C9;
}
.BgClassName
{
background-color: #D699C9;
}
</style>
border-color css
<style>
span { border-color: #D699C9; }
span { border-color: rgb(214,153,201); }
td.TdClassName
{
border-color: #D699C9;
}
.TagClassName
{
border-color: #D699C9;
}
</style>