Shades of Lilac #CFA8CB
Tints of Lilac #CFA8CB
RGB
CMYK
RGB Variations
Color information
#CFA8CB (or 0xCFA8CB) is known color: Lilac. HEX triplet: CF, A8 and CB. RGB value is (207,168,203). Sum of RGB (Red+Green+Blue) = 207+168+203=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8CB is #305734. Grayscale: #B7B7B7. Windows color (decimal): -3168053 or 13347023. OLE color: 13347023.
HSL color Cylindrical-coordinate representation of color #CFA8CB: hue angle of 306.15º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA8CB is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 203 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.19 |
| HSL | 306.15º | 0.29% | 0.74% | - |
| HSV(B) | 306.15º | 0.19% | 0.81% | - |
| XYZ | 50.51 | 45.58 | 62.64 | - |
| YUV | 183.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 203 | 0 | 0.19 | 0.02 | 0.19 | 306.15 | 0.29 | 0.74 |
| Hex | CF | A8 | CB | 0 | 13 | 2 | 13 | 132 | 1D | 4A |
| Octal | 317 | 250 | 313 | 0 | 23 | 2 | 23 | 462 | 35 | 112 |
| Binary | 11001111 | 10101000 | 11001011 | 0 | 10011 | 10 | 10011 | 100110010 | 11101 | 1001010 |
Color Harmonies of #CFA8CB
Complementary color
Monochromatic Colors of #CFA8CB
Black with #CFA8CB
Text Example
Text Example
White with #CFA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8CB; }
p { color: rgb(207,168,203); }
H1.HeaderClassName
{
color: #CFA8CB;
}
.AnyTagClassName
{
color: #CFA8CB;
}
</style>
background-color css
<style>
a { background-color: #CFA8CB; }
a { background-color: rgb(207,168,203); }
div.DivClassName
{
background-color: #CFA8CB;
}
.BgClassName
{
background-color: #CFA8CB;
}
</style>
border-color css
<style>
span { border-color: #CFA8CB; }
span { border-color: rgb(207,168,203); }
td.TdClassName
{
border-color: #CFA8CB;
}
.TagClassName
{
border-color: #CFA8CB;
}
</style>