Shades of Lilac #CFA8CC
Tints of Lilac #CFA8CC
RGB
CMYK
RGB Variations
Color information
#CFA8CC (or 0xCFA8CC) is known color: Lilac. HEX triplet: CF, A8 and CC. RGB value is (207,168,204). Sum of RGB (Red+Green+Blue) = 207+168+204=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8CC is #305733. Grayscale: #B7B7B7. Windows color (decimal): -3168052 or 13412559. OLE color: 13412559.
HSL color Cylindrical-coordinate representation of color #CFA8CC: hue angle of 304.62º 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 #CFA8CC is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 204 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.19 |
| HSL | 304.62º | 0.29% | 0.74% | - |
| HSV(B) | 304.62º | 0.19% | 0.81% | - |
| XYZ | 50.63 | 45.63 | 63.27 | - |
| YUV | 183.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 204 | 0 | 0.19 | 0.01 | 0.19 | 304.62 | 0.29 | 0.74 |
| Hex | CF | A8 | CC | 0 | 13 | 1 | 13 | 131 | 1D | 4A |
| Octal | 317 | 250 | 314 | 0 | 23 | 1 | 23 | 461 | 35 | 112 |
| Binary | 11001111 | 10101000 | 11001100 | 0 | 10011 | 1 | 10011 | 100110001 | 11101 | 1001010 |
Color Harmonies of #CFA8CC
Complementary color
Monochromatic Colors of #CFA8CC
Black with #CFA8CC
Text Example
Text Example
White with #CFA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8CC; }
p { color: rgb(207,168,204); }
H1.HeaderClassName
{
color: #CFA8CC;
}
.AnyTagClassName
{
color: #CFA8CC;
}
</style>
background-color css
<style>
a { background-color: #CFA8CC; }
a { background-color: rgb(207,168,204); }
div.DivClassName
{
background-color: #CFA8CC;
}
.BgClassName
{
background-color: #CFA8CC;
}
</style>
border-color css
<style>
span { border-color: #CFA8CC; }
span { border-color: rgb(207,168,204); }
td.TdClassName
{
border-color: #CFA8CC;
}
.TagClassName
{
border-color: #CFA8CC;
}
</style>