Shades of Lilac #CFA2CE
Tints of Lilac #CFA2CE
RGB
CMYK
RGB Variations
Color information
#CFA2CE (or 0xCFA2CE) is known color: Lilac. HEX triplet: CF, A2 and CE. RGB value is (207,162,206). Sum of RGB (Red+Green+Blue) = 207+162+206=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2CE is #305D31. Grayscale: #B4B4B4. Windows color (decimal): -3169586 or 13542095. OLE color: 13542095.
HSL color Cylindrical-coordinate representation of color #CFA2CE: hue angle of 301.33º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA2CE is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 206 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.19 |
| HSL | 301.33º | 0.32% | 0.72% | - |
| HSV(B) | 301.33º | 0.22% | 0.81% | - |
| XYZ | 49.79 | 43.56 | 64.18 | - |
| YUV | 180.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 206 | 0 | 0.22 | 0.00 | 0.19 | 301.33 | 0.32 | 0.72 |
| Hex | CF | A2 | CE | 0 | 16 | 0 | 13 | 12D | 20 | 48 |
| Octal | 317 | 242 | 316 | 0 | 26 | 0 | 23 | 455 | 40 | 110 |
| Binary | 11001111 | 10100010 | 11001110 | 0 | 10110 | 0 | 10011 | 100101101 | 100000 | 1001000 |
Color Harmonies of #CFA2CE
Complementary color
Monochromatic Colors of #CFA2CE
Black with #CFA2CE
Text Example
Text Example
White with #CFA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2CE; }
p { color: rgb(207,162,206); }
H1.HeaderClassName
{
color: #CFA2CE;
}
.AnyTagClassName
{
color: #CFA2CE;
}
</style>
background-color css
<style>
a { background-color: #CFA2CE; }
a { background-color: rgb(207,162,206); }
div.DivClassName
{
background-color: #CFA2CE;
}
.BgClassName
{
background-color: #CFA2CE;
}
</style>
border-color css
<style>
span { border-color: #CFA2CE; }
span { border-color: rgb(207,162,206); }
td.TdClassName
{
border-color: #CFA2CE;
}
.TagClassName
{
border-color: #CFA2CE;
}
</style>