Shades of Lilac #CFABCA
Tints of Lilac #CFABCA
RGB
CMYK
RGB Variations
Color information
#CFABCA (or 0xCFABCA) is known color: Lilac. HEX triplet: CF, AB and CA. RGB value is (207,171,202). Sum of RGB (Red+Green+Blue) = 207+171+202=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABCA is #305435. Grayscale: #B9B9B9. Windows color (decimal): -3167286 or 13282255. OLE color: 13282255.
HSL color Cylindrical-coordinate representation of color #CFABCA: hue angle of 308.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 #CFABCA is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 202 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.19 |
| HSL | 308.33º | 0.27% | 0.74% | - |
| HSV(B) | 308.33º | 0.17% | 0.81% | - |
| XYZ | 50.96 | 46.66 | 62.2 | - |
| YUV | 185.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 202 | 0 | 0.17 | 0.02 | 0.19 | 308.33 | 0.27 | 0.74 |
| Hex | CF | AB | CA | 0 | 11 | 2 | 13 | 134 | 1B | 4A |
| Octal | 317 | 253 | 312 | 0 | 21 | 2 | 23 | 464 | 33 | 112 |
| Binary | 11001111 | 10101011 | 11001010 | 0 | 10001 | 10 | 10011 | 100110100 | 11011 | 1001010 |
Color Harmonies of #CFABCA
Complementary color
Monochromatic Colors of #CFABCA
Black with #CFABCA
Text Example
Text Example
White with #CFABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABCA; }
p { color: rgb(207,171,202); }
H1.HeaderClassName
{
color: #CFABCA;
}
.AnyTagClassName
{
color: #CFABCA;
}
</style>
background-color css
<style>
a { background-color: #CFABCA; }
a { background-color: rgb(207,171,202); }
div.DivClassName
{
background-color: #CFABCA;
}
.BgClassName
{
background-color: #CFABCA;
}
</style>
border-color css
<style>
span { border-color: #CFABCA; }
span { border-color: rgb(207,171,202); }
td.TdClassName
{
border-color: #CFABCA;
}
.TagClassName
{
border-color: #CFABCA;
}
</style>