Shades of Lilac #CFA8C9
Tints of Lilac #CFA8C9
RGB
CMYK
RGB Variations
Color information
#CFA8C9 (or 0xCFA8C9) is known color: Lilac. HEX triplet: CF, A8 and C9. RGB value is (207,168,201). Sum of RGB (Red+Green+Blue) = 207+168+201=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8C9 is #305736. Grayscale: #B7B7B7. Windows color (decimal): -3168055 or 13215951. OLE color: 13215951.
HSL color Cylindrical-coordinate representation of color #CFA8C9: hue angle of 309.23º 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 #CFA8C9 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 201 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.19 |
| HSL | 309.23º | 0.29% | 0.74% | - |
| HSV(B) | 309.23º | 0.19% | 0.81% | - |
| XYZ | 50.28 | 45.49 | 61.39 | - |
| YUV | 183.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 201 | 0 | 0.19 | 0.03 | 0.19 | 309.23 | 0.29 | 0.74 |
| Hex | CF | A8 | C9 | 0 | 13 | 3 | 13 | 135 | 1D | 4A |
| Octal | 317 | 250 | 311 | 0 | 23 | 3 | 23 | 465 | 35 | 112 |
| Binary | 11001111 | 10101000 | 11001001 | 0 | 10011 | 11 | 10011 | 100110101 | 11101 | 1001010 |
Color Harmonies of #CFA8C9
Complementary color
Monochromatic Colors of #CFA8C9
Black with #CFA8C9
Text Example
Text Example
White with #CFA8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8C9; }
p { color: rgb(207,168,201); }
H1.HeaderClassName
{
color: #CFA8C9;
}
.AnyTagClassName
{
color: #CFA8C9;
}
</style>
background-color css
<style>
a { background-color: #CFA8C9; }
a { background-color: rgb(207,168,201); }
div.DivClassName
{
background-color: #CFA8C9;
}
.BgClassName
{
background-color: #CFA8C9;
}
</style>
border-color css
<style>
span { border-color: #CFA8C9; }
span { border-color: rgb(207,168,201); }
td.TdClassName
{
border-color: #CFA8C9;
}
.TagClassName
{
border-color: #CFA8C9;
}
</style>