Shades of Lilac #D698CB
Tints of Lilac #D698CB
RGB
CMYK
RGB Variations
Color information
#D698CB (or 0xD698CB) is known color: Lilac. HEX triplet: D6, 98 and CB. RGB value is (214,152,203). Sum of RGB (Red+Green+Blue) = 214+152+203=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D698CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698CB is #296734. Grayscale: #B0B0B0. Windows color (decimal): -2713397 or 13342934. OLE color: 13342934.
HSL color Cylindrical-coordinate representation of color #D698CB: hue angle of 310.65º 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 #D698CB is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 203 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.16 |
| HSL | 310.65º | 0.43% | 0.72% | - |
| HSV(B) | 310.65º | 0.29% | 0.84% | - |
| XYZ | 49.74 | 41.06 | 61.8 | - |
| YUV | 176.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 203 | 0 | 0.29 | 0.05 | 0.16 | 310.65 | 0.43 | 0.72 |
| Hex | D6 | 98 | CB | 0 | 1D | 5 | 10 | 137 | 2B | 48 |
| Octal | 326 | 230 | 313 | 0 | 35 | 5 | 20 | 467 | 53 | 110 |
| Binary | 11010110 | 10011000 | 11001011 | 0 | 11101 | 101 | 10000 | 100110111 | 101011 | 1001000 |
Color Harmonies of #D698CB
Complementary color
Monochromatic Colors of #D698CB
Black with #D698CB
Text Example
Text Example
White with #D698CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698CB; }
p { color: rgb(214,152,203); }
H1.HeaderClassName
{
color: #D698CB;
}
.AnyTagClassName
{
color: #D698CB;
}
</style>
background-color css
<style>
a { background-color: #D698CB; }
a { background-color: rgb(214,152,203); }
div.DivClassName
{
background-color: #D698CB;
}
.BgClassName
{
background-color: #D698CB;
}
</style>
border-color css
<style>
span { border-color: #D698CB; }
span { border-color: rgb(214,152,203); }
td.TdClassName
{
border-color: #D698CB;
}
.TagClassName
{
border-color: #D698CB;
}
</style>