Shades of Lilac #CFABCD
Tints of Lilac #CFABCD
RGB
CMYK
RGB Variations
Color information
#CFABCD (or 0xCFABCD) is known color: Lilac. HEX triplet: CF, AB and CD. RGB value is (207,171,205). Sum of RGB (Red+Green+Blue) = 207+171+205=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABCD is #305432. Grayscale: #B9B9B9. Windows color (decimal): -3167283 or 13478863. OLE color: 13478863.
HSL color Cylindrical-coordinate representation of color #CFABCD: hue angle of 303.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFABCD is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 205 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.19 |
| HSL | 303.33º | 0.27% | 0.74% | - |
| HSV(B) | 303.33º | 0.17% | 0.81% | - |
| XYZ | 51.31 | 46.8 | 64.09 | - |
| YUV | 185.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 205 | 0 | 0.17 | 0.01 | 0.19 | 303.33 | 0.27 | 0.74 |
| Hex | CF | AB | CD | 0 | 11 | 1 | 13 | 12F | 1B | 4A |
| Octal | 317 | 253 | 315 | 0 | 21 | 1 | 23 | 457 | 33 | 112 |
| Binary | 11001111 | 10101011 | 11001101 | 0 | 10001 | 1 | 10011 | 100101111 | 11011 | 1001010 |
Color Harmonies of #CFABCD
Complementary color
Monochromatic Colors of #CFABCD
Black with #CFABCD
Text Example
Text Example
White with #CFABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABCD; }
p { color: rgb(207,171,205); }
H1.HeaderClassName
{
color: #CFABCD;
}
.AnyTagClassName
{
color: #CFABCD;
}
</style>
background-color css
<style>
a { background-color: #CFABCD; }
a { background-color: rgb(207,171,205); }
div.DivClassName
{
background-color: #CFABCD;
}
.BgClassName
{
background-color: #CFABCD;
}
</style>
border-color css
<style>
span { border-color: #CFABCD; }
span { border-color: rgb(207,171,205); }
td.TdClassName
{
border-color: #CFABCD;
}
.TagClassName
{
border-color: #CFABCD;
}
</style>