Shades of Lilac #D698CC
Tints of Lilac #D698CC
RGB
CMYK
RGB Variations
Color information
#D698CC (or 0xD698CC) is known color: Lilac. HEX triplet: D6, 98 and CC. RGB value is (214,152,204). Sum of RGB (Red+Green+Blue) = 214+152+204=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D698CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698CC is #296733. Grayscale: #B0B0B0. Windows color (decimal): -2713396 or 13408470. OLE color: 13408470.
HSL color Cylindrical-coordinate representation of color #D698CC: hue angle of 309.68º 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 #D698CC is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 204 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.16 |
| HSL | 309.68º | 0.43% | 0.72% | - |
| HSV(B) | 309.68º | 0.29% | 0.84% | - |
| XYZ | 49.86 | 41.11 | 62.43 | - |
| YUV | 176.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 204 | 0 | 0.29 | 0.05 | 0.16 | 309.68 | 0.43 | 0.72 |
| Hex | D6 | 98 | CC | 0 | 1D | 5 | 10 | 136 | 2B | 48 |
| Octal | 326 | 230 | 314 | 0 | 35 | 5 | 20 | 466 | 53 | 110 |
| Binary | 11010110 | 10011000 | 11001100 | 0 | 11101 | 101 | 10000 | 100110110 | 101011 | 1001000 |
Color Harmonies of #D698CC
Complementary color
Monochromatic Colors of #D698CC
Black with #D698CC
Text Example
Text Example
White with #D698CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698CC; }
p { color: rgb(214,152,204); }
H1.HeaderClassName
{
color: #D698CC;
}
.AnyTagClassName
{
color: #D698CC;
}
</style>
background-color css
<style>
a { background-color: #D698CC; }
a { background-color: rgb(214,152,204); }
div.DivClassName
{
background-color: #D698CC;
}
.BgClassName
{
background-color: #D698CC;
}
</style>
border-color css
<style>
span { border-color: #D698CC; }
span { border-color: rgb(214,152,204); }
td.TdClassName
{
border-color: #D698CC;
}
.TagClassName
{
border-color: #D698CC;
}
</style>