Shades of Lilac #CFA4D0
Tints of Lilac #CFA4D0
RGB
CMYK
RGB Variations
Color information
#CFA4D0 (or 0xCFA4D0) is known color: Lilac. HEX triplet: CF, A4 and D0. RGB value is (207,164,208). Sum of RGB (Red+Green+Blue) = 207+164+208=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFA4D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4D0 is #305B2F. Grayscale: #B5B5B5. Windows color (decimal): -3169072 or 13673679. OLE color: 13673679.
HSL color Cylindrical-coordinate representation of color #CFA4D0: hue angle of 298.64º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA4D0 is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 164 | 208 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.18 |
| HSL | 298.64º | 0.32% | 0.73% | - |
| HSV(B) | 298.64º | 0.21% | 0.82% | - |
| XYZ | 50.39 | 44.37 | 65.58 | - |
| YUV | 181.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 208 | 0.00 | 0.21 | 0 | 0.18 | 298.64 | 0.32 | 0.73 |
| Hex | CF | A4 | D0 | 0 | 15 | 0 | 12 | 12B | 20 | 49 |
| Octal | 317 | 244 | 320 | 0 | 25 | 0 | 22 | 453 | 40 | 111 |
| Binary | 11001111 | 10100100 | 11010000 | 0 | 10101 | 0 | 10010 | 100101011 | 100000 | 1001001 |
Color Harmonies of #CFA4D0
Complementary color
Monochromatic Colors of #CFA4D0
Black with #CFA4D0
Text Example
Text Example
White with #CFA4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4D0; }
p { color: rgb(207,164,208); }
H1.HeaderClassName
{
color: #CFA4D0;
}
.AnyTagClassName
{
color: #CFA4D0;
}
</style>
background-color css
<style>
a { background-color: #CFA4D0; }
a { background-color: rgb(207,164,208); }
div.DivClassName
{
background-color: #CFA4D0;
}
.BgClassName
{
background-color: #CFA4D0;
}
</style>
border-color css
<style>
span { border-color: #CFA4D0; }
span { border-color: rgb(207,164,208); }
td.TdClassName
{
border-color: #CFA4D0;
}
.TagClassName
{
border-color: #CFA4D0;
}
</style>