Shades of Lilac #CFAFCB
Tints of Lilac #CFAFCB
RGB
CMYK
RGB Variations
Color information
#CFAFCB (or 0xCFAFCB) is known color: Lilac. HEX triplet: CF, AF and CB. RGB value is (207,175,203). Sum of RGB (Red+Green+Blue) = 207+175+203=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFCB is #305034. Grayscale: #BBBBBB. Windows color (decimal): -3166261 or 13348815. OLE color: 13348815.
HSL color Cylindrical-coordinate representation of color #CFAFCB: hue angle of 307.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFAFCB is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 203 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.19 |
| HSL | 307.5º | 0.25% | 0.75% | - |
| HSV(B) | 307.5º | 0.15% | 0.81% | - |
| XYZ | 51.84 | 48.24 | 63.08 | - |
| YUV | 187.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 203 | 0 | 0.15 | 0.02 | 0.19 | 307.5 | 0.25 | 0.75 |
| Hex | CF | AF | CB | 0 | F | 2 | 13 | 134 | 19 | 4B |
| Octal | 317 | 257 | 313 | 0 | 17 | 2 | 23 | 464 | 31 | 113 |
| Binary | 11001111 | 10101111 | 11001011 | 0 | 1111 | 10 | 10011 | 100110100 | 11001 | 1001011 |
Color Harmonies of #CFAFCB
Complementary color
Monochromatic Colors of #CFAFCB
Black with #CFAFCB
Text Example
Text Example
White with #CFAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFCB; }
p { color: rgb(207,175,203); }
H1.HeaderClassName
{
color: #CFAFCB;
}
.AnyTagClassName
{
color: #CFAFCB;
}
</style>
background-color css
<style>
a { background-color: #CFAFCB; }
a { background-color: rgb(207,175,203); }
div.DivClassName
{
background-color: #CFAFCB;
}
.BgClassName
{
background-color: #CFAFCB;
}
</style>
border-color css
<style>
span { border-color: #CFAFCB; }
span { border-color: rgb(207,175,203); }
td.TdClassName
{
border-color: #CFAFCB;
}
.TagClassName
{
border-color: #CFAFCB;
}
</style>