Shades of Lilac #D699C6
Tints of Lilac #D699C6
RGB
CMYK
RGB Variations
Color information
#D699C6 (or 0xD699C6) is known color: Lilac. HEX triplet: D6, 99 and C6. RGB value is (214,153,198). Sum of RGB (Red+Green+Blue) = 214+153+198=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D699C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699C6 is #296639. Grayscale: #B0B0B0. Windows color (decimal): -2713146 or 13015510. OLE color: 13015510.
HSL color Cylindrical-coordinate representation of color #D699C6: hue angle of 315.74º 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 #D699C6 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 198 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.16 |
| HSL | 315.74º | 0.43% | 0.72% | - |
| HSV(B) | 315.74º | 0.29% | 0.84% | - |
| XYZ | 49.32 | 41.16 | 58.77 | - |
| YUV | 176.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 198 | 0 | 0.29 | 0.07 | 0.16 | 315.74 | 0.43 | 0.72 |
| Hex | D6 | 99 | C6 | 0 | 1D | 7 | 10 | 13C | 2B | 48 |
| Octal | 326 | 231 | 306 | 0 | 35 | 7 | 20 | 474 | 53 | 110 |
| Binary | 11010110 | 10011001 | 11000110 | 0 | 11101 | 111 | 10000 | 100111100 | 101011 | 1001000 |
Color Harmonies of #D699C6
Complementary color
Monochromatic Colors of #D699C6
Black with #D699C6
Text Example
Text Example
White with #D699C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699C6; }
p { color: rgb(214,153,198); }
H1.HeaderClassName
{
color: #D699C6;
}
.AnyTagClassName
{
color: #D699C6;
}
</style>
background-color css
<style>
a { background-color: #D699C6; }
a { background-color: rgb(214,153,198); }
div.DivClassName
{
background-color: #D699C6;
}
.BgClassName
{
background-color: #D699C6;
}
</style>
border-color css
<style>
span { border-color: #D699C6; }
span { border-color: rgb(214,153,198); }
td.TdClassName
{
border-color: #D699C6;
}
.TagClassName
{
border-color: #D699C6;
}
</style>