Shades of Lilac #CF9DCB
Tints of Lilac #CF9DCB
RGB
CMYK
RGB Variations
Color information
#CF9DCB (or 0xCF9DCB) is known color: Lilac. HEX triplet: CF, 9D and CB. RGB value is (207,157,203). Sum of RGB (Red+Green+Blue) = 207+157+203=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DCB is #306234. Grayscale: #B1B1B1. Windows color (decimal): -3170869 or 13344207. OLE color: 13344207.
HSL color Cylindrical-coordinate representation of color #CF9DCB: hue angle of 304.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9DCB is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 203 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.19 |
| HSL | 304.8º | 0.34% | 0.71% | - |
| HSV(B) | 304.8º | 0.24% | 0.81% | - |
| XYZ | 48.57 | 41.69 | 61.99 | - |
| YUV | 177.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 203 | 0 | 0.24 | 0.02 | 0.19 | 304.8 | 0.34 | 0.71 |
| Hex | CF | 9D | CB | 0 | 18 | 2 | 13 | 131 | 22 | 47 |
| Octal | 317 | 235 | 313 | 0 | 30 | 2 | 23 | 461 | 42 | 107 |
| Binary | 11001111 | 10011101 | 11001011 | 0 | 11000 | 10 | 10011 | 100110001 | 100010 | 1000111 |
Color Harmonies of #CF9DCB
Complementary color
Monochromatic Colors of #CF9DCB
Black with #CF9DCB
Text Example
Text Example
White with #CF9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DCB; }
p { color: rgb(207,157,203); }
H1.HeaderClassName
{
color: #CF9DCB;
}
.AnyTagClassName
{
color: #CF9DCB;
}
</style>
background-color css
<style>
a { background-color: #CF9DCB; }
a { background-color: rgb(207,157,203); }
div.DivClassName
{
background-color: #CF9DCB;
}
.BgClassName
{
background-color: #CF9DCB;
}
</style>
border-color css
<style>
span { border-color: #CF9DCB; }
span { border-color: rgb(207,157,203); }
td.TdClassName
{
border-color: #CF9DCB;
}
.TagClassName
{
border-color: #CF9DCB;
}
</style>