Shades of Lilac #CFABCE
Tints of Lilac #CFABCE
RGB
CMYK
RGB Variations
Color information
#CFABCE (or 0xCFABCE) is known color: Lilac. HEX triplet: CF, AB and CE. RGB value is (207,171,206). Sum of RGB (Red+Green+Blue) = 207+171+206=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABCE is #305431. Grayscale: #B9B9B9. Windows color (decimal): -3167282 or 13544399. OLE color: 13544399.
HSL color Cylindrical-coordinate representation of color #CFABCE: hue angle of 301.67º 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 #CFABCE is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 206 | - |
| CMYK | 0 | 0.17 | 0.00 | 0.19 |
| HSL | 301.67º | 0.27% | 0.74% | - |
| HSV(B) | 301.67º | 0.17% | 0.81% | - |
| XYZ | 51.44 | 46.85 | 64.72 | - |
| YUV | 185.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 206 | 0 | 0.17 | 0.00 | 0.19 | 301.67 | 0.27 | 0.74 |
| Hex | CF | AB | CE | 0 | 11 | 0 | 13 | 12E | 1B | 4A |
| Octal | 317 | 253 | 316 | 0 | 21 | 0 | 23 | 456 | 33 | 112 |
| Binary | 11001111 | 10101011 | 11001110 | 0 | 10001 | 0 | 10011 | 100101110 | 11011 | 1001010 |
Color Harmonies of #CFABCE
Complementary color
Monochromatic Colors of #CFABCE
Black with #CFABCE
Text Example
Text Example
White with #CFABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABCE; }
p { color: rgb(207,171,206); }
H1.HeaderClassName
{
color: #CFABCE;
}
.AnyTagClassName
{
color: #CFABCE;
}
</style>
background-color css
<style>
a { background-color: #CFABCE; }
a { background-color: rgb(207,171,206); }
div.DivClassName
{
background-color: #CFABCE;
}
.BgClassName
{
background-color: #CFABCE;
}
</style>
border-color css
<style>
span { border-color: #CFABCE; }
span { border-color: rgb(207,171,206); }
td.TdClassName
{
border-color: #CFABCE;
}
.TagClassName
{
border-color: #CFABCE;
}
</style>