Shades of Lilac #D698CE
Tints of Lilac #D698CE
RGB
CMYK
RGB Variations
Color information
#D698CE (or 0xD698CE) is known color: Lilac. HEX triplet: D6, 98 and CE. RGB value is (214,152,206). Sum of RGB (Red+Green+Blue) = 214+152+206=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D698CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698CE is #296731. Grayscale: #B0B0B0. Windows color (decimal): -2713394 or 13539542. OLE color: 13539542.
HSL color Cylindrical-coordinate representation of color #D698CE: hue angle of 307.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 #D698CE is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 206 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.16 |
| HSL | 307.74º | 0.43% | 0.72% | - |
| HSV(B) | 307.74º | 0.29% | 0.84% | - |
| XYZ | 50.1 | 41.21 | 63.71 | - |
| YUV | 176.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 206 | 0 | 0.29 | 0.04 | 0.16 | 307.74 | 0.43 | 0.72 |
| Hex | D6 | 98 | CE | 0 | 1D | 4 | 10 | 134 | 2B | 48 |
| Octal | 326 | 230 | 316 | 0 | 35 | 4 | 20 | 464 | 53 | 110 |
| Binary | 11010110 | 10011000 | 11001110 | 0 | 11101 | 100 | 10000 | 100110100 | 101011 | 1001000 |
Color Harmonies of #D698CE
Complementary color
Monochromatic Colors of #D698CE
Black with #D698CE
Text Example
Text Example
White with #D698CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698CE; }
p { color: rgb(214,152,206); }
H1.HeaderClassName
{
color: #D698CE;
}
.AnyTagClassName
{
color: #D698CE;
}
</style>
background-color css
<style>
a { background-color: #D698CE; }
a { background-color: rgb(214,152,206); }
div.DivClassName
{
background-color: #D698CE;
}
.BgClassName
{
background-color: #D698CE;
}
</style>
border-color css
<style>
span { border-color: #D698CE; }
span { border-color: rgb(214,152,206); }
td.TdClassName
{
border-color: #D698CE;
}
.TagClassName
{
border-color: #D698CE;
}
</style>