Shades of French Lilac #CFC0CC
Tints of French Lilac #CFC0CC
RGB
CMYK
RGB Variations
Color information
#CFC0CC (or 0xCFC0CC) is known color: French Lilac. HEX triplet: CF, C0 and CC. RGB value is (207,192,204). Sum of RGB (Red+Green+Blue) = 207+192+204=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0CC is #303F33. Grayscale: #C5C5C5. Windows color (decimal): -3161908 or 13418703. OLE color: 13418703.
HSL color Cylindrical-coordinate representation of color #CFC0CC: hue angle of 312º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFC0CC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 204 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.19 |
| HSL | 312º | 0.14% | 0.78% | - |
| HSV(B) | 312º | 0.07% | 0.81% | - |
| XYZ | 55.48 | 55.32 | 64.88 | - |
| YUV | 197.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 204 | 0 | 0.07 | 0.01 | 0.19 | 312 | 0.14 | 0.78 |
| Hex | CF | C0 | CC | 0 | 7 | 1 | 13 | 138 | E | 4E |
| Octal | 317 | 300 | 314 | 0 | 7 | 1 | 23 | 470 | 16 | 116 |
| Binary | 11001111 | 11000000 | 11001100 | 0 | 111 | 1 | 10011 | 100111000 | 1110 | 1001110 |
Color Harmonies of #CFC0CC
Complementary color
Monochromatic Colors of #CFC0CC
Black with #CFC0CC
Text Example
Text Example
White with #CFC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0CC; }
p { color: rgb(207,192,204); }
H1.HeaderClassName
{
color: #CFC0CC;
}
.AnyTagClassName
{
color: #CFC0CC;
}
</style>
background-color css
<style>
a { background-color: #CFC0CC; }
a { background-color: rgb(207,192,204); }
div.DivClassName
{
background-color: #CFC0CC;
}
.BgClassName
{
background-color: #CFC0CC;
}
</style>
border-color css
<style>
span { border-color: #CFC0CC; }
span { border-color: rgb(207,192,204); }
td.TdClassName
{
border-color: #CFC0CC;
}
.TagClassName
{
border-color: #CFC0CC;
}
</style>