Shades of Lilac #CFA8CE
Tints of Lilac #CFA8CE
RGB
CMYK
RGB Variations
Color information
#CFA8CE (or 0xCFA8CE) is known color: Lilac. HEX triplet: CF, A8 and CE. RGB value is (207,168,206). Sum of RGB (Red+Green+Blue) = 207+168+206=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8CE is #305731. Grayscale: #B7B7B7. Windows color (decimal): -3168050 or 13543631. OLE color: 13543631.
HSL color Cylindrical-coordinate representation of color #CFA8CE: hue angle of 301.54º 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 #CFA8CE is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 206 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.19 |
| HSL | 301.54º | 0.29% | 0.74% | - |
| HSV(B) | 301.54º | 0.19% | 0.81% | - |
| XYZ | 50.88 | 45.73 | 64.54 | - |
| YUV | 183.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 206 | 0 | 0.19 | 0.00 | 0.19 | 301.54 | 0.29 | 0.74 |
| Hex | CF | A8 | CE | 0 | 13 | 0 | 13 | 12E | 1D | 4A |
| Octal | 317 | 250 | 316 | 0 | 23 | 0 | 23 | 456 | 35 | 112 |
| Binary | 11001111 | 10101000 | 11001110 | 0 | 10011 | 0 | 10011 | 100101110 | 11101 | 1001010 |
Color Harmonies of #CFA8CE
Complementary color
Monochromatic Colors of #CFA8CE
Black with #CFA8CE
Text Example
Text Example
White with #CFA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8CE; }
p { color: rgb(207,168,206); }
H1.HeaderClassName
{
color: #CFA8CE;
}
.AnyTagClassName
{
color: #CFA8CE;
}
</style>
background-color css
<style>
a { background-color: #CFA8CE; }
a { background-color: rgb(207,168,206); }
div.DivClassName
{
background-color: #CFA8CE;
}
.BgClassName
{
background-color: #CFA8CE;
}
</style>
border-color css
<style>
span { border-color: #CFA8CE; }
span { border-color: rgb(207,168,206); }
td.TdClassName
{
border-color: #CFA8CE;
}
.TagClassName
{
border-color: #CFA8CE;
}
</style>